oslo.rootwrap/setup.cfg
Ben Nemec 675f014626 Remove universal wheel configuration
Now that we've dropped py2 support we shouldn't be setting this
anymore.

Change-Id: Iae1a99a9d2644244165b18e030d1c1912ebd98f1
2020-02-06 17:36:41 +00:00

33 lines
941 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 :: 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