os-ken/setup.cfg
wu.chunyang 3616b29ccf Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Remove babel.cfg as well, this is the default role and not needed
anymore.

also remove Babel from requirements[1]
[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html

Change-Id: I073d3d7e2f2e8a4f06c17541a0f4d4fedcaed2dc
2020-06-16 00:24:58 +08:00

30 lines
854 B
INI

[metadata]
name = os-ken
summary = A component-based software defined networking framework for OpenStack.
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://www.openstack.org/
python-requires = >=3.6
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
Programming Language :: Python :: 3.8
[files]
packages =
os_ken
[entry_points]
console_scripts =
osken = os_ken.cmd.osken_base:main
osken-manager = os_ken.cmd.manager:main