diff options
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 0000000000..620c93239d --- /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 |