From 32b96a25b2b0d8419ae925e4616905a90b68fe56 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 26 Sep 2016 11:47:45 +0100 Subject: [PATCH] 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 --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 96ac0f6bc4..2e49be9f26 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,10 @@ include AUTHORS include README.rst include ChangeLog 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 * exclude .gitignore