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