neutron-interconnection/setup.cfg

45 lines
1.4 KiB
INI

[metadata]
name = neutron-interconnection
summary = This project implements a Neutron API extension to provide network connectivity between two or more Openstack deployments or regions.
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@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.6
Programming Language :: Python :: 3.7
[files]
packages =
neutron_interconnection
[entry_points]
oslo.policy.policies =
neutron-interconnection = neutron_interconnection.policies:list_rules
neutron.policies =
neutron-interconnection = neutron_interconnection.policies:list_rules
[compile_catalog]
directory = neutron_interconnection/locale
domain = neutron_interconnection
[update_catalog]
domain = neutron_interconnection
output_dir = neutron_interconnection/locale
input_file = neutron_interconnection/locale/neutron_interconnection.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = neutron_interconnection/locale/neutron_interconnection.pot