refstack-client/setup.cfg
Martin Kopec eb3c6d4957 Update setup.cfg and tox.ini
Add Python 3.9 to the list of supported Pythons and replace
dashes (which are deprecated) with underscores.

Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I12cc6206ebfe06b7cf3a50ea59bf1b55a3ff7303
2022-05-10 20:56:51 +02:00

42 lines
1.1 KiB
INI

[metadata]
name = refstack-client
version = 0.1.1
summary = Tempest test wrapper and result uploader for refstack
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://refstack.openstack.org
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
refstack_client
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
refstack-client = refstack_client.refstack_client:entry_point
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source