mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
setup: setup_requires setuptools_darcs_plugin. Without it the "./setup.py sdist upload" will silently upload the wrong package contents.
This commit is contained in:
parent
af0edec753
commit
7cb41f4eaa
1
setup.py
1
setup.py
@ -117,6 +117,7 @@ setup(name='allmydata-tahoe',
|
||||
classifiers=trove_classifiers,
|
||||
test_suite="allmydata.test",
|
||||
install_requires=install_requires,
|
||||
setup_requires=["setuptools_darcs_plugin >= 1.0",],
|
||||
dependency_links=dependency_links,
|
||||
entry_points = { 'console_scripts': [ 'tahoe = allmydata.scripts.runner:run' ] },
|
||||
ext_modules=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user