Skip to content

Commit

Permalink
Merge pull request #106 from micro-manager/fix-license-in-pyproject
Browse files Browse the repository at this point in the history
License was wrong in pyproject.toml
  • Loading branch information
marktsuchida authored Jan 17, 2024
2 parents 9a971a2 + 35c95c8 commit 298d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Python bindings for MMCore, Micro-Manager's device control layer"
dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.8"
license = { text = "BSD 3-Clause License" }
license = { text = "LGPL-2.1-only" }
authors = [{ name = "Micro-Manager Team" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 298d207

Please sign in to comment.