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