python-novaclient/setup.cfg
Stephen Finucane 1e05dec589 setup.cfg: Various Python 3 fixes
Now that we've dropped Python 2 support, we shouldn't be stating that we
support universal (Python 2 and 3) wheels. We should also use the proper
setuptools machinery to prevent people accidentally installing
novaclient in a Python 2.7 environment. Resolve both issues, removing an
unused 'upload_sphinx' section in the process.

Change-Id: Icee145f44a42c233008b3328f52a3eec933101e0
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-21 09:47:59 +00:00

47 lines
1.3 KiB
INI

[metadata]
name = python-novaclient
summary = Client library for OpenStack Compute API
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/python-novaclient/latest
python-requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
novaclient
[entry_points]
console_scripts =
nova = novaclient.shell:main
[compile_catalog]
domain = novaclient
directory = novaclient/locale
[update_catalog]
domain = novaclient
output_dir = novaclient/locale
input_file = novaclient/locale/novaclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = novaclient/locale/novaclient.pot