comparison setup.py @ 987:3a96920c07b7

core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py
author souliane <souliane@mailoo.org>
date Thu, 03 Apr 2014 16:10:44 +0200
parents 1e0550271546
children 127c96020022
comparison
equal deleted inserted replaced
986:224cafc67324 987:3a96920c07b7
167 'Operating System :: POSIX :: Linux', 167 'Operating System :: POSIX :: Linux',
168 'Topic :: Communications :: Chat'], 168 'Topic :: Communications :: Chat'],
169 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src'}, 169 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src'},
170 packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', 170 packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory',
171 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', 171 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp',
172 'sat_frontends.primitivus', 'sat_frontends.wix', 'sat_frontends.tools'], 172 'sat_frontends.primitivus', 'sat_frontends.wix', 'sat_frontends.tools', 'sat.stdui'],
173 package_data={'sat': ['sat.tac', 'sat.sh'], 173 package_data={'sat': ['sat.tac', 'sat.sh'],
174 'sat_frontends': ['wix/COPYING']}, 174 'sat_frontends': ['wix/COPYING']},
175 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), 175 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']),
176 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), 176 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']),
177 ], 177 ],