Mercurial > libervia-templates
diff setup.py @ 148:a4b6b8b6fc58
installation (setup.py, i18n): moved i18n directory to sat_templates + removed data_files which is not used anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 03 Jun 2018 09:00:04 +0200 |
parents | 33c7ce833d3f |
children | d9cc8f453baa |
line wrap: on
line diff
--- a/setup.py Sat Jun 02 17:25:43 2018 +0200 +++ b/setup.py Sun Jun 03 09:00:04 2018 +0200 @@ -70,9 +70,6 @@ use_scm_version=sat_templates_dev_version if is_dev_version else False, packages=['sat_templates'], package_data={'sat_templates': get_package_data('sat_templates') }, - data_files=[(os.path.join(sys.prefix, 'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), - ('share/doc/%s' % NAME, ['COPYING']), - ], zip_safe=True, )