Commit 632f78bd by aagusti

remove locales

1 parent 3964de64
...@@ -1037,4 +1037,5 @@ def create_static_path(config, folder, url, cache_max_age=3600): ...@@ -1037,4 +1037,5 @@ def create_static_path(config, folder, url, cache_max_age=3600):
def includeme(config): def includeme(config):
config.add_translation_dirs('opensipkd.tools:locale/') # config.add_translation_dirs('opensipkd.tools:locale/')
pass
...@@ -10,6 +10,7 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: ...@@ -10,6 +10,7 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
line = CHANGES.splitlines()[0] line = CHANGES.splitlines()[0]
version = line.split()[0] version = line.split()[0]
requires = [ requires = [
"wheel",
"setuptools", "setuptools",
"pip", "pip",
"WebOb", "WebOb",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!