Ensure we supply Oslo Version with the correct python_package name

Change-Id: Iae20135b6c5c6d80e6b62bbb59be6c9f4c94dee7
This commit is contained in:
Kiall Mac Innes 2013-01-09 17:16:23 +00:00
parent 9a9e075b48
commit a13844144b
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored

@ -1,6 +1,7 @@
*.pyc
*.dat
TAGS
*.egg
*.egg-info
build
.coverage

@ -15,4 +15,5 @@
# under the License.
from monikerclient.openstack.common import version as common_version
version_info = common_version.VersionInfo('monikerclient')
version_info = common_version.VersionInfo('monikerclient',
'python-monikerclient')