summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-27 16:45:21 +0100
committerAndreas Jaeger <aj@suse.com>2020-04-03 17:49:23 +0200
commit163c8346a3ff0499c40b69e3aa4ebad0569955ad (patch)
tree8635278746675edc3313121e1f0f802f96c630b1 /setup.cfg
parentb148cabdb2cc6810b09e8bfbc500d15969c0f164 (diff)
downloadironic-163c8346a3ff0499c40b69e3aa4ebad0569955ad.tar.gz
Cleanup Python 2.7 support
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove section from setup.cfg: Wheel is not needed for python 3 only repo - Update requirements, no need for python_version anymore Change-Id: Ib2221fc13cd53c93150e838418e7e110e087d1b3
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 5dd3dc4fe..5b4c0f25e 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