diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-05-07 17:58:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:57 +0700 |
commit | 05009f247ea8b7fef5086551faec454a6ca13b4b (patch) | |
tree | d278eccde92f4e6cfafb25f98e6bd83956d3bc38 /python/vcversioner/README | |
parent | 000111b2219cbbb7a0f540507d4c21b4c7a3d77a (diff) |
python/vcversioner: Added (use vc tags to discover version numbers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/vcversioner/README')
-rw-r--r-- | python/vcversioner/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/vcversioner/README b/python/vcversioner/README new file mode 100644 index 0000000000000..620c93239da46 --- /dev/null +++ b/python/vcversioner/README @@ -0,0 +1,7 @@ +vcversioner (use version control tags to discover version numbers) + +Write a setup.py with no version information specified, and vcversioner +will find a recent, properly-formatted VCS tag and extract a version +from it. + +Optional dependency: python3 |