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
23 setup_requires
=["PasteScript>=1.6.3"],
24 packages
=find_packages(exclude
=['ez_setup']),
25 include_package_data
=True,
26 test_suite
='nose.collector',
27 package_data
={'floof': ['i18n/*/LC_MESSAGES/*.mo']},
28 #message_extractors={'floof': [
29 # ('**.py', 'python', None),
30 # ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
31 # ('public/**', 'ignore', None)]},
33 paster_plugins
=['Elixir', 'PasteScript', 'Pylons', 'Shabti'],
36 main = floof.config.middleware:make_app
39 main = pylons.util:PylonsInstaller