Update the metadata from setup.cfg

This commit is contained in:
Alexandru Coman 2017-02-06 14:33:34 +02:00
parent e02fdd6331
commit 3fc0277397
No known key found for this signature in database
GPG Key ID: A7B6A9021F704507

View File

@ -1,12 +1,12 @@
[metadata]
name = hnv_client
version = 0.9.11
version = 0.1.0
summary = Python client for the HNV (Hyper-V Network Virtualization) REST API.
description-file =
README.md
author = Cloudbase Solutions Srl
author-email = acoman@cloudbasesolutions.com
home-page = http://www.cloudbase.it/
home-page = https://github.com/cloudbase/python-hnvclient
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -18,6 +18,8 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =
@ -30,3 +32,6 @@ setup-hooks =
[entry_points]
oslo.config.opts =
hnv_client = hnv_client.config.options:get_options
[wheel]
universal = 1