Mercurial > libervia-backend
changeset 1280:806a0fb6045e
setup: fixes to install sat.tmp.wokkel
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 25 Dec 2014 12:26:49 +0100 |
parents | d84905c3e124 |
children | 1c90a913fbb9 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Dec 25 12:09:05 2014 +0100 +++ b/setup.py Thu Dec 25 12:26:49 2014 +0100 @@ -298,7 +298,8 @@ 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', 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', - 'sat_frontends.primitivus', 'sat_frontends.wix', 'sat_frontends.tools', 'sat.stdui', 'twisted.plugins'], + 'sat_frontends.primitivus', 'sat_frontends.wix', 'sat_frontends.tools', 'sat.stdui', + 'sat.tmp', 'sat.tmp.wokkel', 'twisted.plugins'], package_data={'sat': ['sat.sh'], 'sat_frontends': ['wix/COPYING']}, data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']),