Add setuptools-git support

Standard way of generating tarballs across
the openstack project.

Change-Id: I9aede3008df212ff6b0191c2152137d131e96e4b
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2012-08-14 14:26:08 -05:00
parent 039f3d893d
commit a08368e574
3 changed files with 8 additions and 0 deletions

6
MANIFEST.in Normal file
View File

@ -0,0 +1,6 @@
include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
global-exclude *.pyc

View File

@ -31,6 +31,7 @@ setuptools.setup(
packages=setuptools.find_packages(exclude=['bin']),
include_package_data=True,
test_suite='nose.collector',
setup_requires=['setuptools-git>=0.4'],
scripts=['bin/ceilometer-agent-compute',
'bin/ceilometer-agent-central',
'bin/ceilometer-collector'],

View File

@ -12,3 +12,4 @@ python-glanceclient
# github to make it easier to install, then ended up making some
# changes to it so it would be compatible with PyMongo's API.
https://github.com/dreamhost/Ming/zipball/master#egg=Ming
setuptools-git>=0.4