diff --git a/setup.cfg b/setup.cfg index 18d852d0d..2cf41573d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,7 @@ author = OpenStack author-email = openstack-discuss@lists.openstack.org license = Apache License (2.0) home-page = https://opendev.org/openstack/tripleo-image-elements +python-requires = >=3.6 classifier = Environment :: OpenStack Development Status :: 3 - Alpha @@ -15,8 +16,8 @@ classifier = Programming Language :: Other Environment :: Console Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 + Programming Language :: Python :: Implementation :: CPython + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 @@ -24,11 +25,3 @@ classifier = [files] data_files = share/tripleo-image-elements = elements/* - -[wheel] -universal = 1 - -[build_sphinx] -all_files = 1 -build-dir = doc/build -source-dir = doc/source diff --git a/test-requirements.txt b/test-requirements.txt index f25d90bd0..3687e2d8a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,6 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 openstackdocstheme>=1.11.0 # Apache-2.0 oslotest -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 testrepository>=0.0.18 reno>=1.8.0 # Apache-2.0