diff --git a/setup.py b/setup.py index 441939e..0ad89e8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ distutils.core.setup( maintainer_email = 'fpeters@entrouvert.com', url = 'http://lasso.entrouvert.org', package_dir = { 'lcs': 'lcs' }, - packages = ['lcs', 'lcs.admin', 'lcs.backoffice', 'lcs.ctl', 'lcs.qommon'], + packages = ['lcs', 'lcs.admin', 'lcs.backoffice', 'lcs.ctl', 'lcs.qommon', + 'lcs.qommon.admin', 'lcs.qommon.ident', 'lcs.qommon.backoffice'], cmdclass = {'build_py': qx_build_py}, scripts = ['lcsctl.py'], data_files = data_tree('share/lcs/web/', 'root/')