summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2019-10-04 14:42:41 +0200
committerAkihiro Motoki <amotoki@gmail.com>2020-02-05 05:58:51 +0000
commite6e4b73efa01281002930e0806b765200f38e7c8 (patch)
tree7d329f2d53fad8b6f32825b8ae5b448994612604 /setup.cfg
parent70ab3f9dd56a638cdff516ca85baa5ebd64c888b (diff)
downloadpython-openstackclient-e6e4b73efa01281002930e0806b765200f38e7c8.tar.gz
Complete "Drop python2 support" goal
We stopped testing python2, but there are more things to be cleanup. - Remove python2 entries from setup.cfg - Add releasenotes - remove universal wheel since this is only python 3 now Change-Id: Ie2bbb4d34b8411939ad5cfd750fc76c933779542
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index fcc97007..60caf5db 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,8 +13,6 @@ 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
@@ -720,9 +718,6 @@ openstack.volume.v3 =
[upload_sphinx]
upload-dir = doc/build/html
-[wheel]
-universal = 1
-
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg