3 from setuptools
import setup
, find_packages
5 name
= 'auf.django.export'
11 description
="Provides an easy way to export as CSV in Django Admin",
12 author
='Olivier Larchevêque',
13 author_email
='olivier.larcheveque@auf.org',
14 url
='http://pypi.auf.org/%s' % name
,
16 packages
=find_packages(exclude
=['ez_setup', 'examples', 'tests']),
17 include_package_data
=True,