From 224b04062fa217fa60e1f9d416dba67c3beb5fec Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 10 Nov 2016 19:58:10 +1100 Subject: [PATCH] Update package metadata. In order to move forward with constraints support it's beneficial to have the openstack_requirements tools installable from pypi. The change: * Adds MacOS as a supported platform * Add python 3,5 as a supported language * Updates the package name to remove the old openstack namespace Change-Id: Ifdb2428d59fd3cd47f36a72487328e6c5520ebea --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5cbb3270be..1535cabd1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] -name = openstack.requirements -summary = OpenStack Python Dependencies +name = openstack_requirements +summary = OpenStack python dependency management tools description-file = README.rst author = OpenStack @@ -13,11 +13,13 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Operating System :: Microsoft :: Windows + Operating System :: MacOS :: MacOS X Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages =