From c153aa9c4c23e29d2fb9e1abd2a0742c5806e6bc Mon Sep 17 00:00:00 2001 From: Jerin Philip Date: Tue, 25 Jan 2022 14:56:50 +0000 Subject: [PATCH] setup.py LICENSE.txt to LICENSE --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},