include ldapcherry.backend in setup.py

This commit is contained in:
kakwa 2015-05-26 08:50:31 +02:00
parent 03b703aea2
commit cb463b2a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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',