summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorzhurong <aaronzhu1121@gmail.com>2020-04-07 04:57:31 -0700
committerzhurong <aaronzhu1121@gmail.com>2020-04-07 04:57:31 -0700
commitc6b90ec56a865a2e587b328bf7929552bf811db5 (patch)
tree2a680b8c8cbfb3430dcffae6bb65f2b4a0daebe8 /setup.cfg
parentb50cc037655b3fade67811f0eff00e0352efbae0 (diff)
downloadceilometermiddleware-c6b90ec56a865a2e587b328bf7929552bf811db5.tar.gz
Cleanup py27 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 obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I1db16203ad150c6286c0ca833c01a456981d0a73
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 4 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 98eb69a..8c882d8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,8 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
-home-page = http://docs.openstack.org/developer/ceilometermiddleware
+home-page = https://docs.openstack.org/ceilometermiddleware/latest/
+python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -13,6 +14,8 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
+ Programming Language :: Python :: Implementation :: CPython
+ Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
@@ -25,14 +28,6 @@ packages =
paste.filter_factory =
swift = ceilometermiddleware.swift:filter_factory
-[build_sphinx]
-source-dir = doc/source
-build-dir = doc/build
-all_files = 1
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
[compile_catalog]
directory = ceilometermiddleware/locale
domain = ceilometermiddleware