Include alembic versions directory to the package

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
This commit is contained in:
Jakub Libosvar 2015-10-13 13:37:49 +02:00
parent 9304c945ec
commit cf88bec3a5
1 changed files with 2 additions and 5 deletions

View File

@ -2,11 +2,8 @@ include AUTHORS
include README.rst
include ChangeLog
include LICENSE
include neutron/db/migration/README
include neutron/db/migration/alembic.ini
include neutron/db/migration/alembic_migrations/script.py.mako
include neutron/db/migration/alembic_migrations/versions/README
recursive-include neutron/locale *
include neutron_fwaas/db/migration/alembic_migrations/script.py.mako
recursive-include neutron_fwaas/db/migration/alembic_migrations/versions *
exclude .gitignore
exclude .gitreview