- setup_requires=["PasteScript>=1.6.3"],
- packages=find_packages(exclude=['ez_setup']),
- include_package_data=True,
- test_suite='nose.collector',
- package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo']},
- #message_extractors={'wradmin': [
- # ('**.py', 'python', None),
- # ('public/**', 'ignore', None)]},
+ packages=['wradmin', 'wradmin.auth', 'wradmin.model', 'wradmin.controllers'],
+ package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'templates/auth/*', 'static/*']},