Skip to content

Commit

Permalink
setup.py LICENSE.txt to LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Jan 25, 2022
1 parent 6e6739a commit c153aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit c153aa9

Please sign in to comment.