vmware-nsx/MANIFEST.in
James Page 32b96a25b2 Include alembic migrations in module
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
2016-10-07 13:09:48 +00:00

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