Mercurial > libervia-backend
comparison setup.py @ 1928:6a8b26754f0d
setup: added sat.tools.common in packages
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 Mar 2016 14:37:49 +0100 |
parents | c1fbd47b53bf |
children | 1128feb54180 |
comparison
equal
deleted
inserted
replaced
1927:03f780b60d5d | 1928:6a8b26754f0d |
---|---|
290 'Framework :: Twisted', | 290 'Framework :: Twisted', |
291 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', | 291 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', |
292 'Operating System :: POSIX :: Linux', | 292 'Operating System :: POSIX :: Linux', |
293 'Topic :: Communications :: Chat'], | 293 'Topic :: Communications :: Chat'], |
294 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src', 'twisted.plugins': 'src/twisted/plugins'}, | 294 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src', 'twisted.plugins': 'src/twisted/plugins'}, |
295 packages=['sat', 'sat.tools', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', | 295 packages=['sat', 'sat.tools', 'sat.tools.common', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', |
296 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', | 296 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', |
297 'sat_frontends.primitivus', 'sat_frontends.tools', 'sat.stdui','sat.tmp', 'sat.tmp.wokkel', | 297 'sat_frontends.primitivus', 'sat_frontends.tools', 'sat.stdui','sat.tmp', 'sat.tmp.wokkel', |
298 'twisted.plugins'], | 298 'twisted.plugins'], |
299 package_data={'sat': ['sat.sh'], }, | 299 package_data={'sat': ['sat.sh'], }, |
300 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), | 300 data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), |