Mercurial > libervia-backend
changeset 1928:6a8b26754f0d
setup: added sat.tools.common in packages
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 Mar 2016 14:37:49 +0100 |
parents | 03f780b60d5d |
children | b603a3d516d3 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Fri Mar 25 12:06:50 2016 +0100 +++ b/setup.py Fri Mar 25 14:37:49 2016 +0100 @@ -292,7 +292,7 @@ 'Operating System :: POSIX :: Linux', 'Topic :: Communications :: Chat'], package_dir={'sat': 'src', 'sat_frontends': 'frontends/src', 'twisted.plugins': 'src/twisted/plugins'}, - packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', + packages=['sat', 'sat.tools', 'sat.tools.common', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', 'sat_frontends.primitivus', 'sat_frontends.tools', 'sat.stdui','sat.tmp', 'sat.tmp.wokkel', 'twisted.plugins'],