From 014e0b4f901c93cd4d4a671c09edc16a7d4994c1 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 9 Nov 2012 10:33:59 -0500 Subject: [PATCH] Explicitly include versioninfo in tarball. The most recent sync of openstack-common setup.py/version.py code seems to have cause quantum/versioninfo to disappear from the tarball. (see git commit d65bca8) This updates MANIFEST.in to explicitly include that file and seems to resolve the issue. Fixes LP Bug #1077035. Change-Id: I5fb395c15ea998da00b11e66947d1b1ea3665ea0 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 74fc55786..6725543f6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include AUTHORS include ChangeLog +include quantum/versioninfo exclude .gitignore exclude .gitreview -- 2.45.2