os-ken/setup.cfg
Slawek Kaplonski a74bac9100 Add CLI scripts from osken to be installed via setup.cfg
Instead of keeping hardcoded files in bin/ directory it is
more flexible to install such files using setup.cfg file.
It will for example install files with correct shebang for
python2 and python3.

This patch also removes tools/osken-manager.spec file
as it was used by PyInstaller in Ryu and it isn't used
in os-ken.

Change-Id: Ie85c64d81c86f0059528ad4d8e238a4124d4e5b4
2018-12-12 15:04:37 +01:00

46 lines
1.1 KiB
INI

[metadata]
name = os-ken
summary = A component-based software defined networking framework for OpenStack.
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
os_ken
[entry_points]
console_scripts =
osken = os_ken.cmd.osken_base:main
osken-manager = os_ken.cmd.manager:main
[compile_catalog]
directory = os_ken/locale
domain = os_ken
[update_catalog]
domain = os_ken
output_dir = os_ken/locale
input_file = os_ken/locale/os_ken.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = os_ken/locale/os_ken.pot
[wheel]
universal = 1