56e5af4d45722ecfa4e22f7fb0d1938fd2d1229d
2 from setuptools
import setup
, find_packages
4 from ez_setup
import use_setuptools
6 from setuptools
import setup
, find_packages
16 'routes>=1.11', # for submapper
24 setup_requires
=["PasteScript>=1.6.3"],
25 packages
=find_packages(exclude
=['ez_setup']),
26 include_package_data
=True,
27 test_suite
='nose.collector',
28 package_data
={'floof': ['i18n/*/LC_MESSAGES/*.mo']},
29 #message_extractors={'floof': [
30 # ('**.py', 'python', None),
31 # ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
32 # ('public/**', 'ignore', None)]},
34 paster_plugins
=['Elixir', 'PasteScript', 'Pylons', 'Shabti'],
37 main = floof.config.middleware:make_app
40 main = pylons.util:PylonsInstaller