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
This commit is contained in:
parent
f5ae9b3443
commit
32b96a25b2
@ -2,6 +2,10 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user