- test_suite='nose.collector',
- package_data={'feed': ['i18n/*/LC_MESSAGES/*.mo']},
- #message_extractors={'feed': [
- # ('**.py', 'python', None),
- # ('public/**', 'ignore', None)]},
- zip_safe=False,
- paster_plugins=['PasteScript', 'Pylons'],
- entry_points="""
- [paste.app_factory]
- main = feed.config.middleware:make_app
-
- [paste.app_install]
- main = pylons.util:PylonsInstaller
- """,