ceilometer-powervm/ceilometer_powervm
Eric Fried 411bbb50b1 Fix package reference in version code
The package version file erroneously contained quotes here:

version_info = pbr.version.VersionInfo('__package__')

This caused docs builds using setuptools at or beyond 20.2 to fail with:

pkg_resources.RequirementParseError: Invalid requirement, parse error at
"'__packag'"

This change set remedies the line to refer to __package__ (a builtin
variable which resolves to the package name) rather than the literal
string '__package__':

version_info = pbr.version.VersionInfo(__package__)

...and updates the requirements file to use a setuptools version at or
beyond 16.0 to align with openstack's global requirements.

Change-Id: I9ba12bb256c5d3213eb07ddf13351178bf06114b
Closes-Bug: 1585027
2016-05-26 10:07:27 -05:00
..
compute Allow multiple session connection attempts 2016-04-19 17:39:48 -04:00
locale Correct Translation files permissions 2016-05-17 12:54:54 -04:00
tests Allow multiple session connection attempts 2016-04-19 17:39:48 -04:00
__init__.py Import python-powervm into ceilometer-powervm 2014-10-31 10:16:25 -05:00
version.py Fix package reference in version code 2016-05-26 10:07:27 -05:00