From 494bd8756f5b1789366ede9217697b174249761c Mon Sep 17 00:00:00 2001 From: Patrick Smyth Date: Wed, 20 Nov 2024 13:20:14 -0600 Subject: [PATCH] chore: update license to Apache 2.0 Updated the license in setup.py from MIT to Apache 2.0 to reflect the change in the project's licensing terms. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9b083c..c904108 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ author_email="psmyth1994@gmail.com", url="https://github.com/psmyth94/biofit", download_url="https://github.com/psmyth94/biofit/tags", - license="MIT", + license="Apache 2.0", package_dir={"": "src"}, packages=find_packages("src"), include_package_data=True,