summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-05-21 09:44:36 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-05-21 09:45:21 +0100
commit5dff1692a005e868ca48045838aa921311a360b7 (patch)
treec1bbceac271114e6606534b6afb64e5a8a228af9 /setup.cfg
parent36bcfc7116aac975d5ab8a299768f782aa839287 (diff)
downloadoslo-serialization-5dff1692a005e868ca48045838aa921311a360b7.tar.gz
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 <sfinucan@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 2 insertions, 10 deletions
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