From: Zooko O'Whielacronx Date: Sat, 13 Oct 2007 20:38:18 +0000 (-0700) Subject: setup: setup_requires setuptools_darcs_plugin. Without it the "./setup.py sdist... X-Git-Tag: allmydata-tahoe-0.6.1~22 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=7cb41f4eaa2aa91cbfad37c4e3c6b93270949f2e;p=tahoe-lafs%2Ftahoe-lafs.git setup: setup_requires setuptools_darcs_plugin. Without it the "./setup.py sdist upload" will silently upload the wrong package contents. --- diff --git a/setup.py b/setup.py index f33150e8..143fa427 100644 --- a/setup.py +++ b/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=[