From 7582a33c79b6fbfda1b68182ce79721113204815 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Mon, 11 Apr 2011 22:21:06 +0200 Subject: [PATCH] Add the migration sql scripts to MANIFEST.in. The gets them included in not only the tarball, but also by setup.py install. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 516b530f75..57b4e826cb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,7 @@ include tests/stubs.py include tests/utils.py include run_tests.py include glance/registry/db/migrate_repo/migrate.cfg +include glance/registry/db/migrate_repo/versions/*.sql graft doc graft etc graft tools