X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.cfg;h=b213828090125712a99c254deea70926dfb944c0;hb=7f646c692e3cd2c6d8c01eed8252ee9374082277;hp=b9a2f5c4f7d73c952b26c1b7c7aeddaec6f678f9;hpb=3d2c0388ba7ae08553e57d5fe71ecacf5922ac34;p=bluechips.git diff --git a/setup.cfg b/setup.cfg index b9a2f5c..b213828 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,3 @@ -[egg_info] -tag_build = dev -tag_svn_revision = true - [easy_install] find_links = http://www.pylonshq.com/download/ @@ -9,25 +5,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