50253ca1b12a8b96da3e2c9f13571b978ec810d2
1 from setuptools
import setup
, find_packages
4 name
= 'auf.django.export'
9 description
="Provide easy way to export as CSV in Django Admin",
12 classifiers
=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
14 author
='Olivier Larchev\xc3\xaaque',
15 author_email
='olivier.larcheveque@auf.org',
16 url
='http://pypi.auf.org/%s' % name
,
18 packages
=find_packages(exclude
=['ez_setup', 'examples', 'tests']),
19 include_package_data
=True,
22 # -*- Extra requirements: -*-
25 # -*- Entry points: -*-