Hi!

I have the following in setup.py:

    message_extractors={'project': [
            ('**.py', 'python', None),
            ('connect/**', 'ignore', None),
            ('meta/**', 'ignore', None),
            ('templates/**.mako', 'mako', None),
    ]},

where there are Python files inside both 'project/connect' and 
'project/meta' dirs which I don't want to be scanned with Babel.
However when I do `python setup.py extract_messages` these files are being 
scanned.
How can I configure Babel to ignore these files?


Regards,
Piotr Dobrogost

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to