
We require 3.5 now but we didn't add the metadata. Add it. While OpenStack broadly only supports 3.6, openstacksdk has a wider audience, including nodepool which still uses 3.5. So add the 3.5 unit tests back. Use lower-constraints for py35 unit tests because the upper-constraints have versions of things that have droppped py35 support already. Depends-On: https://review.opendev.org/#/c/715467/ Change-Id: I680e0bab5ba3af7be5e914ece64c6bd25d1f2191
42 lines
1.0 KiB
INI
42 lines
1.0 KiB
INI
[metadata]
|
|
name = openstacksdk
|
|
summary = An SDK for building applications to work with OpenStack
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/openstacksdk/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
python-requires = >=3.5
|
|
|
|
[files]
|
|
packages =
|
|
openstack
|
|
|
|
# TODO(mordred) Move this to an OSC command before 1.0
|
|
[entry_points]
|
|
console_scripts =
|
|
openstack-inventory = openstack.cloud.cmd.inventory:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|