From cb463b2a9d5b2cdff47d80dddf34ba5749994899 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 26 May 2015 08:50:31 +0200 Subject: [PATCH] include ldapcherry.backend in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',