mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-17 23:08:21 +00:00
setup: generate a unique revision number for each build
This commit is contained in:
2
setup.py
2
setup.py
@ -104,7 +104,7 @@ setup_requires = []
|
||||
# version stamp in src/allmydata/_version.py, with a version number derived from
|
||||
# darcs history.
|
||||
# http://pypi.python.org/pypi/darcsver
|
||||
setup_requires.append('darcsver >= 1.0.0')
|
||||
setup_requires.append('darcsver >= 1.1.1')
|
||||
|
||||
# setuptools_darcs is required to produce complete distributions (such as with
|
||||
# "sdist" or "bdist_egg"), unless there is a PKG-INFO file present which shows
|
||||
|
Reference in New Issue
Block a user