Skip to content

Commit b89bd74

Browse files
authored
fix license spec in pyproject.toml
1 parent 9c6cd8e commit b89bd74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ requires-python = ">=3.8"
1515
authors = [
1616
{name = "https://github.com/open-atmos/PyPartMC/graphs/contributors", email = "[email protected]"}
1717
]
18-
classifiers = [
19-
"License :: GPL-3.0",
20-
]
18+
license = "GPL-3.0"
2119
dependencies = [
2220
"numpy",
2321
"nanobind"

0 commit comments

Comments
 (0)