aboutsummaryrefslogtreecommitdiff
path: root/project.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project.sbt')
-rw-r--r--project.sbt15
1 files changed, 15 insertions, 0 deletions
diff --git a/project.sbt b/project.sbt
new file mode 100644
index 0000000..4e5f6f2
--- /dev/null
+++ b/project.sbt
@@ -0,0 +1,15 @@
+name := "sbt-boilerplate"
+
+organization := "io.spray"
+
+version := "0.6.0-SNAPSHOT"
+
+description := "An SBT plugin for simple generation of boilerplate"
+
+startYear := Some(2012)
+
+homepage := Some(url("http://github.com/sbt/sbt-boilerplate"))
+
+organizationHomepage := Some(url("http://spray.io"))
+
+licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE")