From 644d7f5001977e3dc57aa8d171435e3e1e3d4b14 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 26 Sep 2016 12:19:13 +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. Change-Id: Ica6e8e84f5bb1638ad3e7042fac381aef2c14edf Closes-Bug: 1574610 --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index c978a52..5177713 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,8 @@ include ChangeLog exclude .gitignore exclude .gitreview +include networking_l2gw/db/migration/alembic_migrations/README +include networking_l2gw/db/migration/alembic_migrations/script.py.mako +recursive-include networking_l2gw/db/migration/alembic_migrations/versions * + global-exclude *.pyc