diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 13:19:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-28 13:19:55 +0200 |
commit | 174d5f785d073cadafe56e7087fca35b08e4cc94 (patch) | |
tree | 334c6f90d6afbe51fdb66f77dd9eda56d25a1afb /build/bootstrap.build | |
parent | fb4be044bfbadd7ad62e3aaeaaadb9f30d4769aa (diff) |
Add dist support
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 199bd03..7343ae2 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,5 +3,9 @@ # license : MIT; see accompanying LICENSE file project = libbutl +version = 0.1.0 using config +using dist using test + +dist.package = $project-$version |