Use setuptools-git.

Change-Id: I6861a29d65b809362949f2c54197940fd0988785
This commit is contained in:
Monty Taylor 2012-08-10 11:55:48 -04:00
parent 69aa04d1f8
commit a2c2448e0c
3 changed files with 6 additions and 36 deletions

View File

@ -1,38 +1,6 @@
include AUTHORS
include HACKING.rst
include LICENSE run_tests.sh
include README.rst
include MANIFEST.in pylintrc Authors
include openstack-common.conf
include babel.cfg tox.ini
graft cinder/CA
graft doc
graft smoketests
graft tools
graft etc
graft contrib
graft plugins
graft cinder/api/openstack/*/schemas
include cinder/auth/*.schema
include cinder/auth/cinderrc.template
include cinder/auth/opendj.sh
include cinder/auth/slap.sh
include cinder/db/sqlalchemy/migrate_repo/migrate.cfg
include cinder/db/sqlalchemy/migrate_repo/README
include cinder/db/sqlalchemy/migrate_repo/versions/*.sql
include cinder/openstack/common/README
include cinder/virt/interfaces.template
include cinder/virt/libvirt*.xml.template
include cinder/virt/cpuinfo.xml.template
include cinder/testing/README.rst
include cinder/tests/db/cinder.austin.sqlite
include cinder/tests/image/*.tar.gz
include cinder/tests/policy.json
include cinder/tests/test_migrations.conf
include cinder/tests/xenapi/vm_rrd.xml
include plugins/xenapi/README
include plugins/xenapi/etc/xapi.d/plugins/objectstore
include plugins/xenapi/etc/xapi.d/plugins/pluginlib_cinder.py
global-exclude *.pyc
include ChangeLog
exclude .gitignore
exclude .gitreview
recursive-include cinder/locale *
global-exclude *.pyc

View File

@ -31,6 +31,7 @@ setuptools.setup(name='cinder',
packages=setuptools.find_packages(exclude=['bin', 'smoketests']),
include_package_data=True,
test_suite='nose.collector',
setup_requires=['setuptools-git>=0.4'],
scripts=['bin/clear_rabbit_queues',
'bin/cinder-all',
'bin/cinder-api',

View File

@ -9,3 +9,4 @@ openstack.nose_plugin
pep8==1.1
sphinx>=1.1.2
MySQL-python
setuptools-git>=0.4