32b96a25b2
Explicitly include all alembic data in installed python module, ensuring that installations direct from git repositories are fully functional when compared to use of sdist generated tarballs from tarballs.openstack.org or pypi. Closes-Bug: 1574610 Change-Id: I7aac86987658b9b914b45fbb64f9c1cbc9c43151
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
include AUTHORS
|
|
include README.rst
|
|
include ChangeLog
|
|
include LICENSE
|
|
|
|
include vmware_nsx/db/migration/alembic_migrations/script.py.mako
|
|
recursive-include vmware_nsx/db/migration/alembic_migrations/versions *
|
|
|
|
recursive-include vmware_nsx/neutron/locale *
|
|
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|