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:
parent
039f3d893d
commit
a08368e574
6
MANIFEST.in
Normal file
6
MANIFEST.in
Normal file
@ -0,0 +1,6 @@
|
||||
include AUTHORS
|
||||
include ChangeLog
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
global-exclude *.pyc
|
1
setup.py
1
setup.py
@ -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'],
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user