diff setup.py @ 59:e68fd956ebce

* The `extract_messages` distutils command now operators on configurable input directories again, instead of the complete current directory. The `input_dirs` default to the package directories. * Add a pseudo extractor called ?ignore? for #10.
author cmlenz
date Fri, 08 Jun 2007 11:28:15 +0000
parents 27d55a07c897
children 3eaa652b1216
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -139,6 +139,7 @@
     [babel.extractors]
     genshi = babel.messages.extract:extract_genshi
     python = babel.messages.extract:extract_python
+    ignore = babel.messages.extract:extract_nothing
     """,
 
     cmdclass = {'build_doc': build_doc, 'test_doc': test_doc}
Copyright (C) 2012-2017 Edgewall Software