From 036034d29c1c007ef1d8e233be4e5fcee4195934 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 25 Feb 2010 00:19:51 -0500 Subject: [PATCH] BlueChips doesn't actually use Babel. --- setup.cfg | 22 ---------------------- setup.py | 5 ----- 2 files changed, 27 deletions(-) diff --git a/setup.cfg b/setup.cfg index b9a2f5c..3310e97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,25 +9,3 @@ find_links = http://www.pylonshq.com/download/ with-pylons=test.ini cover-erase = true cover-package = bluechips - -# Babel configuration -[compile_catalog] -domain = bluechips -directory = bluechips/i18n -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = bluechips/i18n/bluechips.pot -width = 80 - -[init_catalog] -domain = bluechips -input_file = bluechips/i18n/bluechips.pot -output_dir = bluechips/i18n - -[update_catalog] -domain = bluechips -input_file = bluechips/i18n/bluechips.pot -output_dir = bluechips/i18n -previous = true diff --git a/setup.py b/setup.py index b645da7..72cad06 100755 --- a/setup.py +++ b/setup.py @@ -24,11 +24,6 @@ setup( packages=find_packages(exclude=['ez_setup']), include_package_data=True, test_suite='nose.collector', - package_data={'bluechips': ['i18n/*/LC_MESSAGES/*.mo']}, - #message_extractors = {'bluechips': [ - # ('**.py', 'python', None), - # ('templates/**.mako', 'mako', None), - # ('public/**', 'ignore', None)]}, zip_safe=False, paster_plugins=['PasteScript', 'Pylons'], entry_points=""" -- 2.45.2