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
This commit is contained in:
Dan Prince 2012-11-09 10:33:59 -05:00
parent 337b672f9b
commit d6a2e39545
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
include AUTHORS
include ChangeLog
include quantum/versioninfo
exclude .gitignore
exclude .gitreview