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:
James Page 2016-09-26 11:47:45 +01:00 committed by Kobi Samoray
parent f5ae9b3443
commit 32b96a25b2
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ include AUTHORS
include README.rst include README.rst
include ChangeLog include ChangeLog
include LICENSE 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 * recursive-include vmware_nsx/neutron/locale *
exclude .gitignore exclude .gitignore