include qommon submodules

git-svn-id: svn://localhost/lasso-conform/trunk@13 2a3a78c3-912c-0410-af21-e1fb2d1df599
This commit is contained in:
fpeters 2006-11-10 11:09:27 +00:00
parent 46a9f87f1a
commit e15e208f1f
1 changed files with 2 additions and 1 deletions

View File

@ -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/')