From: Jakub Libosvar Date: Tue, 13 Oct 2015 11:18:56 +0000 (+0200) Subject: Include alembic versions directory to the package X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=54a590d3419dbb41fc0a9bf81ec014440ba37054;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/MANIFEST.in b/MANIFEST.in index 4e527c7fa..8ac6e4edc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ 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/db/migration/alembic_migrations/versions * recursive-include neutron/locale * exclude .gitignore