1 from setuptools
import setup
, find_packages
3 name
= 'auf.django.saml'
8 description
="Package to deal with our Identity Provider",
11 classifiers
=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
12 keywords
='Django SAML Auth',
13 author
='Olivier Larchev\xc3\xaaque',
14 author_email
='olivier.larcheveque@auf.org',
15 url
='http://pypi.auf.org/%s' % name
,
17 namespace_packages
= ['auf', 'auf.django', ],
18 packages
=find_packages(exclude
=['ez_setup', 'examples', 'tests']),
19 include_package_data
=True,
22 # -*- Extra requirements: -*-
25 # -*- Entry points: -*-