changeset 774:6dbe0ff5f38d

core: fixed setup.py (removed former sat_frontends and jp i18n references)
author Goffi <goffi@goffi.org>
date Sun, 29 Dec 2013 17:48:04 +0100
parents eac23b1aad90
children ab66dac17d1f
files setup.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Dec 29 17:10:14 2013 +0100
+++ b/setup.py	Sun Dec 29 17:48:04 2013 +0100
@@ -164,8 +164,6 @@
       package_data={'sat': ['sat.tac', 'sat.sh'],
                     'sat_frontends': ['wix/COPYING']},
       data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']),
-                  (os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['frontends/i18n/fr/LC_MESSAGES/sat_frontend.mo']),
-                  (os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['frontends/src/jp/i18n/fr/LC_MESSAGES/jp.mo']),
                   ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']),
                   ],
       scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'],