diff --git a/setup.py b/setup.py index 296caf4..e8159b0 100755 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ setup( version = '0.0.1', author = 'Pierre-Francois Carpentier', author_email = 'carpentier.pf@gmail.com', - packages = ['ldapcherry'], + packages = ['ldapcherry', 'ldapcherry.backend'], data_files = resources_files, scripts = ['scripts/ldapcherryd'], url = 'https://github.com/kakwa/ldapcherry',