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
This commit is contained in:
parent
6dc3b6f8b4
commit
224b04062f
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user