Re-add setuptools-git to setup.py

In 02f59a0768 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 85f7d3a6f2
commit deba1ae946

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=[