Skip to content

Commit

Permalink
chore: update license to Apache 2.0
Browse files Browse the repository at this point in the history
Updated the license in setup.py from MIT to Apache 2.0 to reflect the
change in the project's licensing terms.
  • Loading branch information
psmyth94 committed Nov 20, 2024
1 parent 5092453 commit 494bd87
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 @@ -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,
Expand Down

0 comments on commit 494bd87

Please sign in to comment.