600384fa3b
Babel is not needed as requirement, remove it. Remove translation sections from setup.cfg. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Depends-On: https://review.opendev.org/#/c/730427/ Change-Id: I4d82cfc09d255ad574e44ac303fd187c5348ca47
34 lines
1.0 KiB
INI
34 lines
1.0 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.8
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[files]
|
|
packages =
|
|
novaclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
nova = novaclient.shell:main
|