Skip to content

Commit

Permalink
add package_data option for translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Jan 27, 2021
1 parent a6e612b commit 07a89fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
setup(
name='pyLSV2',
packages=find_packages(include=['pyLSV2',], exclude=['tests', 'data']),
package_data={'pyLSV2': ['locales/en/LC_MESSAGES/*.mo', 'locales/de/LC_MESSAGES/*.mo']},
version=__version__,
description='A pure Python3 implementation of the LSV2 protocol',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 07a89fa

Please sign in to comment.