summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-06 17:01:18 +0000
committerGerrit Code Review <review@openstack.org>2020-04-06 17:01:18 +0000
commit305822c37ce62a31abaacf83e4997c0c93c59af7 (patch)
tree44d0be4734ab91089a366fc87ba9548f412ebf77 /setup.cfg
parent8b9c81aeab4fede7547a0d0a26b238760aea0d83 (diff)
parent163c8346a3ff0499c40b69e3aa4ebad0569955ad (diff)
downloadironic-305822c37ce62a31abaacf83e4997c0c93c59af7.tar.gz
Merge "Cleanup Python 2.7 support"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 414af630b..b41509ed6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/ironic/latest/
+python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -13,6 +14,7 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
+ Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
@@ -194,9 +196,6 @@ keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = ironic/locale/ironic.pot
-[wheel]
-universal = 1
-
[extras]
guru_meditation_reports =
oslo.reports>=1.18.0 # Apache-2.0