From 40b1d4c6908b46459525987344604fefff4446a9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 31 Jan 2014 15:42:43 -0800 Subject: apply oslo-cookiecutter Change-Id: I5da6b3ae5769255c27c9e549940a3214f8c53bb4 --- setup.cfg | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index b45fc0c..2a3c7f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,21 +1,23 @@ [metadata] name = oslo.test -author = OpenStack -author-email = openstack-dev@lists.openstack.org -summary = Oslo Test Library +summary = OpenStack test framework description-file = README.rst -home-page = https://launchpad.net/oslo +author = OpenStack +author-email = openstack-dev@lists.openstack.org +home-page = http://launchpad.net/oslo classifier = - Development Status :: 4 - Beta Environment :: OpenStack Intended Audience :: Developers Intended Audience :: Information Technology License :: OSI Approved :: Apache Software License - Operating System :: OS Independent + Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2.6 + Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 + Programming Language :: Python :: 2.6 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.3 [files] packages = @@ -35,3 +37,17 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html + +[compile_catalog] +directory = oslo.test/locale +domain = oslo.test + +[update_catalog] +domain = oslo.test +output_dir = oslo.test/locale +input_file = oslo.test/locale/oslo.test.pot + +[extract_messages] +keywords = _ gettext ngettext l_ lazy_gettext +mapping_file = babel.cfg +output_file = oslo.test/locale/oslo.test.pot \ No newline at end of file -- cgit v1.2.1