Re-add setuptools-git to setup.py

In 02f59a0768a56c084fa72ac9c1e47f1a819baadc we removed:

  setup_requires=['setuptools-git>=0.4'],

from setup.py file and it broke tarball generation in that some files
are now missing.

Change-Id: I53997b68a4a36cae63d191d63bc19ef459c228c4
Fixes: bug #1169295
This commit is contained in:
Sergey Lukjanov 2013-04-15 22:58:43 +04:00
parent fd07ceceac
commit b328d19381
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ setuptools.setup(
package_data={'savanna': ['resources/*.template']},
install_requires=requires,
dependency_links=depend_links,
setup_requires=['setuptools-git>=0.4'],
include_package_data=True,
test_suite='nose.collector',
scripts=[