Re-add setuptools-git to setup.py.
In 81cbbcc4e01c81084c352f7fc1ecea149089a2b9 we removed: setup_requires=['setuptools-git>=0.4'], from setup.py. This broke tarball generation in that some files are now missing. Fixes LP Bug #1118511. Change-Id: I27a09e0d49befa3751031582d1b152677822041f
This commit is contained in:
parent
76126ebd2c
commit
c5cd7e4862
1
setup.py
1
setup.py
@ -42,6 +42,7 @@ setuptools.setup(
|
||||
cmdclass=setup.get_cmdclass(),
|
||||
install_requires=requires,
|
||||
tests_require=tests_require,
|
||||
setup_requires=['setuptools-git>=0.4'],
|
||||
dependency_links=depend_links,
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
Loading…
x
Reference in New Issue
Block a user