9f792d0b9c
Follow new infra setup for translations, see spec http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html for full details. This basically renames python-neutronclient/locale/python-neutronclient.pot to neutronclient/locale/neutronclient. For this we need to update setup.cfg. The domain name is already correct in neutronclient/_i18n.py. There's no need to keep the pot file. The updated scripts work without them. So, we can just delete the file and once there are translations, an updated pot file together with translations can be imported. Change-Id: I888808f8af291223531df799382ad0c70bf8c567
55 lines
1.3 KiB
INI
55 lines
1.3 KiB
INI
[metadata]
|
|
name = python-neutronclient
|
|
summary = CLI and Client Library for OpenStack Networking
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Networking Project
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
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.4
|
|
|
|
[files]
|
|
packages =
|
|
neutronclient
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
neutron = neutronclient.shell:main
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = neutronclient/locale/neutronclient.pot
|
|
|
|
[compile_catalog]
|
|
directory = neutronclient/locale
|
|
domain = neutronclient
|
|
|
|
[update_catalog]
|
|
domain = neutronclient
|
|
output_dir = neutronclient/locale
|
|
input_file = neutronclient/locale/neutronclient.pot
|