9fd61c81a8
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I27acd7a90e439a7e7f7529001afa73f7b9d055ce Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
34 lines
983 B
INI
34 lines
983 B
INI
[metadata]
|
|
name = oslo.rootwrap
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
summary = Oslo Rootwrap
|
|
description-file =
|
|
README.rst
|
|
home-page = https://docs.openstack.org/oslo.rootwrap/latest/
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[files]
|
|
packages =
|
|
oslo_rootwrap
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
oslo-rootwrap = oslo_rootwrap.cmd:main
|
|
oslo-rootwrap-daemon = oslo_rootwrap.cmd:daemon
|
|
|