From dedd32a684f83000ecf3bd03920aed63acbf24cf Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 7 Apr 2020 13:20:19 +0200 Subject: [PATCH] Small cleanups Remove obsolete sections from setup.cfg Remove python2 lines from requirements, the repo uses only python3. Change-Id: I919fca05fa031e7bb17f7800a8f3a16b482e0a04 --- requirements.txt | 3 +-- setup.cfg | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index a9c23bb..3a1ae93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD -sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD +sphinx>=1.8.0,!=2.1.0 # BSD openstackdocstheme>=1.30.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index e30a29e..ddf6bf0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,9 +10,3 @@ classifier = Intended Audience :: Developers License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux - -[pbr] -warnerrors = True - -[wheel] -universal = 1