From 00215f7bf0729fc4c7f47e6786256ff929eb64fc Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Mon, 9 Mar 2020 16:52:43 +0800 Subject: [PATCH] Change specs link and remove invalid setting Change-Id: Iea0759e4615da2445f48842f3ba6b82e8bcc9899 --- setup.cfg | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/setup.cfg b/setup.cfg index e535f34..e379c22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,41 +5,13 @@ description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = http://www.openstack.org/ -python-requires = >=3.6 +home-page = http://specs.openstack.org/openstack/cyborg-specs/ classifier = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux - Programming Language :: Python - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 -[files] -packages = - specs - -[build_sphinx] -all-files = 1 -source-dir = doc/source -build-dir = doc/build - -[upload_sphinx] -upload-dir = doc/build/html - -[compile_catalog] -directory = specs/locale -domain = specs - -[update_catalog] -domain = specs -output_dir = specs/locale -input_file = specs/locale/specs.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = specs/locale/specs.pot +[wheel] +universal = 1