summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-02-04 20:14:35 +0100
committerZane Bitter <zbitter@redhat.com>2020-02-10 16:05:51 +0000
commit2a8eb6a74c782ef76233179e9c32df5eb80d7233 (patch)
tree386a7c6cbd57f1ad15902b16c614ed7db4cd8f25 /setup.cfg
parent75ed1cedd9c3820134b877008750c4a28e28e2a0 (diff)
downloadpython-heatclient-2a8eb6a74c782ef76233179e9c32df5eb80d7233.tar.gz
[ussuri][goal] Drop python 2.7 support and testing2.0.0
OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I54863f2301758dcd48de4ee73bcc8582e5036afa
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg15
1 files changed, 3 insertions, 12 deletions
diff --git a/setup.cfg b/setup.cfg
index 9781b79..924b407 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/python-heatclient/latest
+python-requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
@@ -16,11 +17,11 @@ classifier =
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.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3 :: Only
+ Programming Language :: Python :: Implementation :: CPython
[files]
packages =
@@ -100,16 +101,6 @@ heatclient.resource.formatter.list =
yaml = cliff.formatters.yaml_format:YAMLFormatter
json = cliff.formatters.json_format:JSONFormatter
-[global]
-setup-hooks =
- pbr.hooks.setup_hook
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
-[wheel]
-universal = 1
-
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg