neutron/MANIFEST.in
Jakub Libosvar 54a590d341 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.

Change-Id: I9a2acad13271863ee94de63c2404e8697ea70601
Closes-Bug: #1505628
2015-10-21 07:26:24 +00:00

15 lines
374 B
Plaintext

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
recursive-include neutron/db/migration/alembic_migrations/versions *
recursive-include neutron/locale *
exclude .gitignore
exclude .gitreview
global-exclude *.pyc