Skip to content

Commit 0467d59

Browse files
authored
Merge pull request #25 from bioio-devs/license-metadata
Fix license metadata in pyproject.toml
2 parents 3065a94 + ecf322d commit 0467d59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ description = "A Bioio reader plugin for reading czi images."
1414
keywords = []
1515
readme = "README.md"
1616
requires-python = ">=3.9"
17-
license = { text = "MIT License" }
17+
license = { file = "LICENSE" }
1818
authors = [
1919
{ email = "brian.whitney@alleninstitute.org", name = "bioio-devs" },
2020
]
2121
classifiers = [
2222
"Development Status :: 4 - Beta",
23+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2324
"Natural Language :: English",
2425
"Programming Language :: Python :: 3.9",
2526
"Programming Language :: Python :: 3.10",
@@ -115,4 +116,4 @@ ignore = "E203,E402,W291,W503"
115116
min-python-version = "3.9.0"
116117
per-file-ignores = [
117118
"__init__.py:F401",
118-
]
119+
]

0 commit comments

Comments
 (0)