Mercurial > libervia-backend
comparison setup.py @ 2413:70399d1acb47
tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 03 Nov 2017 14:19:10 +0100 |
parents | e572482f6cbd |
children | 06ff33052354 |
comparison
equal
deleted
inserted
replaced
2412:7641bef56dcd | 2413:70399d1acb47 |
---|---|
293 'Operating System :: POSIX :: Linux', | 293 'Operating System :: POSIX :: Linux', |
294 'Topic :: Communications :: Chat'], | 294 'Topic :: Communications :: Chat'], |
295 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src', 'twisted.plugins': 'src/twisted/plugins'}, | 295 package_dir={'sat': 'src', 'sat_frontends': 'frontends/src', 'twisted.plugins': 'src/twisted/plugins'}, |
296 packages=['sat', 'sat.tools', 'sat.tools.common', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', | 296 packages=['sat', 'sat.tools', 'sat.tools.common', 'sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', |
297 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', | 297 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.jp', |
298 'sat_frontends.primitivus', 'sat_frontends.tools', 'sat.stdui','sat.tmp', 'sat.tmp.wokkel', | 298 'sat_frontends.primitivus', 'sat_frontends.tools', 'sat.stdui', 'twisted.plugins'], |
299 'twisted.plugins'], | |
300 package_data={'sat': ['sat.sh'], }, | 299 package_data={'sat': ['sat.sh'], }, |
301 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']), |
302 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), | 301 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), |
303 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), | 302 (os.path.join('share', DBUS_DIR), (DBUS_FILE,)), |
304 ], | 303 ], |
305 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], | 304 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], |
306 zip_safe=False, | 305 zip_safe=False, |
307 install_requires=['twisted >= 15.2.0', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.6.1', 'mutagen', 'pillow', 'lxml >= 3.1.0', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr', 'PyOpenSSL', 'service_identity', 'shortuuid', 'babel'], | 306 install_requires=['twisted >= 15.2.0', 'wokkel >= 0.7.1', 'sat_tmp', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.6.1', 'mutagen', 'pillow', 'lxml >= 3.1.0', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr', 'PyOpenSSL', 'service_identity', 'shortuuid', 'babel'], |
308 cmdclass={'install': CustomInstall}, | 307 cmdclass={'install': CustomInstall}, |
309 ) | 308 ) |