summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-12-27 16:13:44 +0800
committerStephen Finucane <stephenfin@redhat.com>2020-01-30 11:43:11 +0000
commit3017e180f00d3f7f8f7b2eb9099e601806315dfe (patch)
tree86d337158650fa954f8982853a03304b6eed75d1 /setup.cfg
parentb53efb7fcb25bbd80b8e6581cf2725d8e14fd59e (diff)
downloadoslo-context-3017e180f00d3f7f8f7b2eb9099e601806315dfe.tar.gz
Drop python 2.7 support and testing3.0.0
Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ie875138bd1b773f460698e1eacc9dab542318e30 Sem-Ver: api-break
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 3 insertions, 11 deletions
diff --git a/setup.cfg b/setup.cfg
index 022998d..ff7e683 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/oslo.context/latest/
+python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -13,25 +14,16 @@ 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 =
oslo_context
-[build_sphinx]
-source-dir = doc/source
-build-dir = doc/build
-all_files = 1
-warning-is-error = 1
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
[compile_catalog]
directory = oslo_context/locale
domain = oslo_context