Small cleanups

Remove obsolete sections from setup.cfg
Remove python2 lines from requirements, the repo uses only python3.

Change-Id: I919fca05fa031e7bb17f7800a8f3a16b482e0a04
This commit is contained in:
Andreas Jaeger 2020-04-07 13:20:19 +02:00
parent 9d80d56735
commit dedd32a684
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -10,9 +10,3 @@ classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[pbr]
warnerrors = True
[wheel]
universal = 1