From 3fc02773973ba30509dd97737cc9b0cbbf7dca51 Mon Sep 17 00:00:00 2001 From: Alexandru Coman Date: Mon, 6 Feb 2017 14:33:34 +0200 Subject: [PATCH] Update the metadata from setup.cfg --- setup.cfg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 78dba6e..f40daca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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