Skip to content

Commit

Permalink
Explicitly include versioninfo in tarball.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dprince committed Nov 9, 2012
1 parent c89d71f commit 014e0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,5 +1,6 @@
include AUTHORS
include ChangeLog
include quantum/versioninfo

exclude .gitignore
exclude .gitreview
Expand Down

0 comments on commit 014e0b4

Please sign in to comment.