diff --git a/setup.py b/setup.py index c33112f..7e61f1e 100644 --- a/setup.py +++ b/setup.py @@ -6,14 +6,14 @@ setup( name="pyLSV2", - python_requires=">=3.5", + python_requires=">=3.6", packages=find_packages( include=[ "pyLSV2", ], exclude=["tests", "data"], ), - package_data={"pyLSV2": ["locales/*/LC_MESSAGES/*.mo"]}, + #package_data={"pyLSV2": ["locales/*/LC_MESSAGES/*.mo"]}, include_package_data=True, version=__version__, description=__doc__,