diff options
author | Christopher Lenz <cmlenz@gmail.com> | 2007-06-20 10:02:04 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@gmail.com> | 2007-06-20 10:02:04 +0000 |
commit | 59606ccce52c53da5f48228523eb672e20a6938f (patch) | |
tree | 507f950904328f349bd09acdfbcddfff8094b6c0 /setup.py | |
parent | 8c6d3d7d0f092190ece16aaadd8c138cc3a687d0 (diff) | |
download | babel-59606ccce52c53da5f48228523eb672e20a6938f.tar.gz |
Genshi extraction method has moved to Genshi project. Closes #13.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -109,7 +109,7 @@ class test_doc(Command): setup( name = 'Babel', - version = '0.1', + version = '0.8', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""", @@ -145,9 +145,8 @@ setup( message_extractors = babel.messages.frontend:check_message_extractors [babel.extractors] - genshi = babel.messages.extract:extract_genshi - python = babel.messages.extract:extract_python ignore = babel.messages.extract:extract_nothing + python = babel.messages.extract:extract_python """, cmdclass = {'build_doc': build_doc, 'test_doc': test_doc} |