3 from setuptools
import setup
, find_packages
5 name
= 'auf.django.mailing'
11 description
="Application de mailing",
12 author
='Béranger Enselme',
13 author_email
='beranger.enselme@auf.org',
14 url
='http://pypi.auf.org/%s' % name
,
16 packages
=find_packages(exclude
=['tests', 'tests.*']),
17 namespace_packages
=['auf', 'auf.django'],
18 include_package_data
=True,