comparison setup.py @ 719:56aa0e98c92e

frontends tools: moved src/tools/frontends to frontends/src/tools
author souliane <souliane@mailoo.org>
date Thu, 21 Nov 2013 18:57:10 +0100
parents cac98ca76479
children 6dbe0ff5f38d
comparison
equal deleted inserted replaced
718:074970227bc0 719:56aa0e98c92e
158 'Operating System :: POSIX :: Linux', 158 'Operating System :: POSIX :: Linux',
159 'Topic :: Communications :: Chat'], 159 'Topic :: Communications :: Chat'],
160 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src'}, 160 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src'},
161 packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', 161 packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory',
162 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 162 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend',
163 'sat_frontends.primitivus', 'sat_frontends.wix'], 163 'sat_frontends.primitivus', 'sat_frontends.wix', 'sat_frontends.tools'],
164 package_data={'sat': ['sat.tac', 'sat.sh'], 164 package_data={'sat': ['sat.tac', 'sat.sh'],
165 'sat_frontends': ['wix/COPYING']}, 165 'sat_frontends': ['wix/COPYING']},
166 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), 166 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']),
167 (os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['frontends/i18n/fr/LC_MESSAGES/sat_frontend.mo']), 167 (os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['frontends/i18n/fr/LC_MESSAGES/sat_frontend.mo']),
168 (os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['frontends/src/jp/i18n/fr/LC_MESSAGES/jp.mo']), 168 (os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['frontends/src/jp/i18n/fr/LC_MESSAGES/jp.mo']),