diff --git a/setup.py b/setup.py index 72c8159..c5b94cd 100644 --- a/setup.py +++ b/setup.py @@ -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(),