diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 12:09:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 12:09:50 +0200 |
commit | 7b9df435194a7916b6fa347a2186fcfb04da5413 (patch) | |
tree | 17a1f738bbe612579f34f29fa2df594f8db7d4b3 /build | |
parent | ad4824748f3b8757b0c82d6bfffb5c6033136a91 (diff) |
Add dist support
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index f8e9522..35f0dfa 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,4 +3,9 @@ # license : MIT; see accompanying LICENSE file project = bpkg +version = 0.1.0 + using config +using dist + +dist.package = $project-$version |