X-Git-Url: https://git.auf.org/?p=auf_roa_authentification_backend.git;a=blobdiff_plain;f=setup.py;h=d3dbb17652a5d20789ec42ab5c56a43455b86621;hp=03dadd50a384e00f3954d8b26e343799f15c2f30;hb=0adf6560ac6350ac5e227d169ee8a8286d22902a;hpb=cc755b15359e8257cbbf1cd6ac9856d43dbe3b46 diff --git a/setup.py b/setup.py index 03dadd5..d3dbb17 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ setup(name='auf_roa_authentification_backend', 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'],