diff --git a/setup.py b/setup.py index a6905b357..5b8f76c07 100644 --- a/setup.py +++ b/setup.py @@ -194,7 +194,7 @@ def run(self): cmdclass={"build_py": build_py, "build_ext": CMakeBuild}, zip_safe=False, extras_require={"test": ["pytest>=6.0"]}, - license_files=("LICENSE.txt",), + license_files=("LICENSE",), python_requires=">=3.6", packages=["bergamot"], package_dir={"bergamot": "bindings/python"},