From 5dff1692a005e868ca48045838aa921311a360b7 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 21 May 2019 09:44:36 +0100 Subject: Resolve some issue with tox.ini, setup.cfg - Use constraints for documentation targets - Indicate support for Python 3.7 - Remove remnants of the usage of 'build_sphinx' Change-Id: I176384504dc5491abb7b4d417763df125cc398f1 Signed-off-by: Stephen Finucane --- setup.cfg | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e908ddb..578c578 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,20 +17,12 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = oslo_serialization -[build_sphinx] -all-files = 1 -warning-is-error = 1 -source-dir = doc/source -build-dir = doc/build - -[upload_sphinx] -upload-dir = doc/build/html - [compile_catalog] directory = oslo.serialization/locale domain = oslo.serialization @@ -45,5 +37,5 @@ keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = oslo.serialization/locale/oslo.serialization.pot -[wheel] +[bdist_wheel] universal = 1 -- cgit v1.2.1