# HG changeset patch # User souliane # Date 1419506809 -3600 # Node ID 806a0fb6045e4815b63a5c80c0e2871b6eef9828 # Parent d84905c3e124270ef02fd9124a19b3cbc93fd5f2 setup: fixes to install sat.tmp.wokkel diff -r d84905c3e124 -r 806a0fb6045e setup.py --- 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']),