Use setuptools-git.
Change-Id: I6861a29d65b809362949f2c54197940fd0988785
This commit is contained in:
parent
69aa04d1f8
commit
a2c2448e0c
40
MANIFEST.in
40
MANIFEST.in
@ -1,38 +1,6 @@
|
|||||||
include AUTHORS
|
include AUTHORS
|
||||||
include HACKING.rst
|
include ChangeLog
|
||||||
include LICENSE run_tests.sh
|
exclude .gitignore
|
||||||
include README.rst
|
exclude .gitreview
|
||||||
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
|
|
||||||
|
|
||||||
recursive-include cinder/locale *
|
global-exclude *.pyc
|
||||||
|
1
setup.py
1
setup.py
@ -31,6 +31,7 @@ setuptools.setup(name='cinder',
|
|||||||
packages=setuptools.find_packages(exclude=['bin', 'smoketests']),
|
packages=setuptools.find_packages(exclude=['bin', 'smoketests']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
|
setup_requires=['setuptools-git>=0.4'],
|
||||||
scripts=['bin/clear_rabbit_queues',
|
scripts=['bin/clear_rabbit_queues',
|
||||||
'bin/cinder-all',
|
'bin/cinder-all',
|
||||||
'bin/cinder-api',
|
'bin/cinder-api',
|
||||||
|
@ -9,3 +9,4 @@ openstack.nose_plugin
|
|||||||
pep8==1.1
|
pep8==1.1
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2
|
||||||
MySQL-python
|
MySQL-python
|
||||||
|
setuptools-git>=0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user