summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2014-04-06 16:04:21 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2014-04-06 16:04:21 +0200
commit9418b11ef35708d1934b1a78693f3f8a551df578 (patch)
tree8132e75aa6cee94022039f6a0fa7ab4fadf9cd89 /setup.py
parent96503323d3511559121deb069e2615b041dfcce1 (diff)
downloadsetuptools-scm-9418b11ef35708d1934b1a78693f3f8a551df578.tar.gz
configurable next version guessing
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5ae5508..6910fee 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ setup(
'get_version_from_hg = hgdistver:setuptools_version_keyword',
'get_version_from_scm = hgdistver:setuptools_version_keyword',
'cache_hg_version_to = hgdistver:setuptools_cachefile_keyword',
+ 'guess_next_version = hgdistver:setuptools_cachefile_keyword',
],
},
classifiers=[