diff options
Diffstat (limited to '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 |