]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Explicitly include versioninfo in tarball.
authorDan Prince <dprince@redhat.com>
Fri, 9 Nov 2012 15:33:59 +0000 (10:33 -0500)
committerDan Prince <dprince@redhat.com>
Fri, 9 Nov 2012 15:44:40 +0000 (10:44 -0500)
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

index 74fc5578616dd0b80838f3b0f0df83b61d9f54fa..6725543f6109229c8d7258f13f24df429d4be830 100644 (file)
@@ -1,5 +1,6 @@
 include AUTHORS
 include ChangeLog
+include quantum/versioninfo
 
 exclude .gitignore
 exclude .gitreview