a046cda097
If package is built without access to git metadata, all the migration scripts are not included in the build. We need to explicitly specify to package the scripts. This patch also removes non-existing files from MANIFEST.in Change-Id: I9a2acad13271863ee94de63c2404e8697ea70601 Related-bug: #1505628
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
include AUTHORS
|
|
include README.rst
|
|
include ChangeLog
|
|
include LICENSE
|
|
include neutron_vpnaas/db/migration/alembic_migrations/script.py.mako
|
|
recursive-include neutron_vpnaas/db/migration/alembic_migrations/versions *
|
|
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|