4ba80f3f1c
This patch-set prepares the basic code structure with all the tools required for running static and unit tests. Note: All the imported code from the seed repo is being removed temporarily and will be added after the required re-factoring needed as per the new repo in the subsequent patch-sets. Co-Authored-By: Ryan Tidwell <ryan.tidwell@hpe.com> Implements: blueprint bgp-spinout Partial-Bug: #1560003 Change-Id: I9bff3d916279c4f335b309e7a2c2e943ac6f6cde
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
[metadata]
|
|
name = neutron-dynamic-routing
|
|
summary = Neutron Dynamic Routing
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
neutron_dynamic_routing
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = neutron_dynamic_routing/locale/neutron_dynamic_routing.pot
|
|
|
|
[compile_catalog]
|
|
directory = neutron_dynamic_routing/locale
|
|
domain = neutron_dynamic_routing
|
|
|
|
[update_catalog]
|
|
domain = neutron_dynamic_routing
|
|
output_dir = neutron_dynamic_routing/locale
|
|
input_file = neutron_dynamic_routing/locale/neutron_dynamic_routing.pot
|
|
|
|
[wheel]
|
|
universal = 1
|