Merge "Add setuptools-git support"

This commit is contained in:
Jenkins 2012-08-18 10:47:09 +00:00 committed by Gerrit Code Review
commit 74239d9a83
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