summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-31 15:42:43 -0800
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-31 15:42:43 -0800
commit40b1d4c6908b46459525987344604fefff4446a9 (patch)
tree24debb768f8309d93f3ec76c7324487fa79958f7 /setup.cfg
parentd6e988f7dec3905bca83353a76586fd4bc8945f8 (diff)
downloadoslotest-40b1d4c6908b46459525987344604fefff4446a9.tar.gz
apply oslo-cookiecutter
Change-Id: I5da6b3ae5769255c27c9e549940a3214f8c53bb4
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg30
1 files changed, 23 insertions, 7 deletions
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