224b04062f
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
42 lines
1.4 KiB
INI
42 lines
1.4 KiB
INI
[metadata]
|
|
name = openstack_requirements
|
|
summary = OpenStack python dependency management tools
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
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 =
|
|
openstack_requirements
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
edit-constraints = openstack_requirements.cmds.edit_constraint:main
|
|
generate-constraints = openstack_requirements.cmds.generate:main
|
|
check-conflicts = openstack_requirements.cmds.check_conflicts:main
|
|
update-requirements = openstack_requirements.cmds.update:main
|
|
validate-constraints = openstack_requirements.cmds.validate:main
|
|
validate-projects = openstack_requirements.cmds.validate_projects:main
|
|
normalize-requirements = openstack_requirements.cmds.normalize_requirements:main
|