summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--babel.cfg2
-rw-r--r--doc/source/index.rst6
-rw-r--r--lower-constraints.txt5
-rw-r--r--setup.cfg15
4 files changed, 6 insertions, 22 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index 15cd6cb..0000000
--- a/babel.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[python: **.py]
-
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 7bed79e..7b61296 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -18,6 +18,12 @@ Code Documentation
reference/index
+Release Notes
+=============
+
+Read also the `oslo.context Release Notes
+<https://docs.openstack.org/releasenotes/oslo.context/>`_.
+
Indices and tables
==================
diff --git a/lower-constraints.txt b/lower-constraints.txt
index f61acb5..7c86ea3 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -5,21 +5,16 @@ coverage==4.0
debtcollector==1.2.0
extras==1.0.0
fixtures==3.0.0
-flake8==2.5.5
gitdb==0.6.4
GitPython==1.0.1
-hacking==0.12.0
iso8601==0.1.11
keystoneauth1==3.4.0
linecache2==1.0.0
-mccabe==0.2.1
mock==2.0.0
mox3==0.20.0
os-client-config==1.28.0
oslotest==3.2.0
pbr==2.0.0
-pep8==1.5.7
-pyflakes==0.8.1
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
diff --git a/setup.cfg b/setup.cfg
index d0e2dff..5991fde 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,18 +24,3 @@ classifier =
[files]
packages =
oslo_context
-
-[compile_catalog]
-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
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = oslo_context/locale/oslo_context.pot
-