Skip to content

Commit d457e3c

Browse files
authored
add license classifier to pyproject.toml (#181)
1 parent 2db48c5 commit d457e3c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ name = "sumo-wrapper-python"
1414
description = "Python wrapper for the Sumo API"
1515
license = { file = "LICENSE" }
1616
readme = { file = "README.md", content-type = "text/markdown" }
17-
classifiers = ["Programming Language :: Python"]
17+
classifiers = [
18+
"License :: OSI Approved :: Apache Software License",
19+
"Programming Language :: Python",
20+
]
1821
authors = [{ name = "Equinor" }]
1922
requires-python = ">=3.8"
2023
dynamic = ["version"]

0 commit comments

Comments
 (0)