We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db48c5 commit d457e3cCopy full SHA for d457e3c
1 file changed
pyproject.toml
@@ -14,7 +14,10 @@ name = "sumo-wrapper-python"
14
description = "Python wrapper for the Sumo API"
15
license = { file = "LICENSE" }
16
readme = { file = "README.md", content-type = "text/markdown" }
17
-classifiers = ["Programming Language :: Python"]
+classifiers = [
18
+ "License :: OSI Approved :: Apache Software License",
19
+ "Programming Language :: Python",
20
+]
21
authors = [{ name = "Equinor" }]
22
requires-python = ">=3.8"
23
dynamic = ["version"]
0 commit comments