Mercurial > libervia-backend
comparison setup.py @ 1280:806a0fb6045e
setup: fixes to install sat.tmp.wokkel
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 25 Dec 2014 12:26:49 +0100 |
parents | 008c8ccd5dcc |
children | f71a0fc26886 |
comparison
equal
deleted
inserted
replaced
1279:d84905c3e124 | 1280:806a0fb6045e |
---|---|
296 'Operating System :: POSIX :: Linux', | 296 'Operating System :: POSIX :: Linux', |
297 'Topic :: Communications :: Chat'], | 297 'Topic :: Communications :: Chat'], |
298 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src', 'twisted.plugins': 'src/twisted/plugins'}, | 298 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src', 'twisted.plugins': 'src/twisted/plugins'}, |
299 packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', | 299 packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', |
300 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', | 300 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', |
301 'sat_frontends.primitivus', 'sat_frontends.wix', 'sat_frontends.tools', 'sat.stdui', 'twisted.plugins'], | 301 'sat_frontends.primitivus', 'sat_frontends.wix', 'sat_frontends.tools', 'sat.stdui', |
302 'sat.tmp', 'sat.tmp.wokkel', 'twisted.plugins'], | |
302 package_data={'sat': ['sat.sh'], | 303 package_data={'sat': ['sat.sh'], |
303 'sat_frontends': ['wix/COPYING']}, | 304 'sat_frontends': ['wix/COPYING']}, |
304 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), | 305 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), |
305 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), | 306 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), |
306 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), | 307 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), |