03dadd50a384e00f3954d8b26e343799f15c2f30
1 # -*- encoding: utf-8 -*-
2 from setuptools
import setup
, find_packages
7 setup(name
='auf_roa_authentification_backend',
9 description
="Backend pour l'authentification centralisée par ROA",
12 classifiers
=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
14 author
='Cyril Robert',
15 author_email
='cyril.robert@auf.org',
18 packages
=find_packages(exclude
=['ez_setup', 'tests', "exemple-client", "exemple-client.*"]),
19 #packages = ["auf_roa_authentification_backend",],
20 include_package_data
=True,
22 install_requires
=['django', 'django_roa'],
24 # -*- Entry points: -*-