summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-11-14 13:49:35 -0500
committerDoug Hellmann <doug@doughellmann.com>2014-11-14 13:52:32 -0500
commitf6365e37f552caf8ae562bd17253be15b9663fa2 (patch)
tree6ac3d9b5163e3bdcce1008dc13ad26cb92438286 /setup.cfg
parent4f5fc553986c1500084091807ce04e894a1e03b8 (diff)
downloadoslo-context-f6365e37f552caf8ae562bd17253be15b9663fa2.tar.gz
Move out of the oslo namespace package
Move the public API out of oslo.context to oslo_context. Since this library has not been released, we do not need to retain the old interface for compatibility. bp/drop-namespace-packages Change-Id: I19adf862596abae0b034e81472114093425782f8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg17
1 files changed, 7 insertions, 10 deletions
diff --git a/setup.cfg b/setup.cfg
index 7b95bc3..855a439 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,10 +22,7 @@ classifier =
[files]
packages =
- oslo
- oslo.context
-namespace_packages =
- oslo
+ oslo_context
[pbr]
warnerrors = true
@@ -39,18 +36,18 @@ all_files = 1
upload-dir = doc/build/html
[compile_catalog]
-directory = oslo.context/locale
-domain = oslo.context
+directory = oslo_context/locale
+domain = oslo_context
[update_catalog]
-domain = oslo.context
-output_dir = oslo.context/locale
-input_file = oslo.context/locale/oslo.context.pot
+domain = oslo_context
+output_dir = oslo_context/locale
+input_file = oslo_context/locale/oslo_context.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
-output_file = oslo.context/locale/oslo.context.pot
+output_file = oslo_context/locale/oslo_context.pot
[wheel]
universal = true