from setuptools import setup, find_packages
import sys, os
-version = '1.0'
+version = '1.0.1'
setup(name='auf_roa_authentification_backend',
version=version,
author_email='cyril.robert@auf.org',
url='',
license='GPL',
- packages=find_packages(exclude=['ez_setup', 'tests', "exemple-client", "exemple-client.*"]),
- #packages = ["auf_roa_authentification_backend",],
+ packages=['auf_roa_authentification_backend',],
+ package_dir={'auf_roa_authentification_backend': 'auf_roa_authentification_backend'},
include_package_data=True,
zip_safe=False,
install_requires=['django', 'django_roa'],