summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-04 11:05:10 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-04 14:15:46 +0200
commitb58ebe2b7f6166bd42469d1512bdcaf2fd216b4a (patch)
tree23c9463528f0226efbb5411448399cd6041bb152 /doc
parent4fcb68c6b9c42968be040b97417b44aec914c005 (diff)
downloadpython-keystoneclient-b58ebe2b7f6166bd42469d1512bdcaf2fd216b4a.tar.gz
Cleanup py27 supportussuri-em4.0.0
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 section from setup.cfg: Wheel is not needed for python 3 only repo - Update requirements, no need for python_version anymore - Remove future import from doc/source/conf.py Change-Id: Ibf594171cea8f81cc4139b29cbdce54f6d5107a7
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 8fb3dba..751b01a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -10,8 +10,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-from __future__ import unicode_literals
-
import os
import sys