Skip to content

Commit

Permalink
add license classifier in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Dec 15, 2023
1 parent d1d3d7a commit 56751c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ dynamic = ["version"]
license = { file = "LICENSE" }
readme = { file = "README.md", content-type = "text/markdown" }
authors = [{ name = "Equinor" }]
classifiers = ["Programming Language :: Python"]
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
]
dependencies = [
"pandas>=1.1.3",
"sumo-wrapper-python",
Expand Down

0 comments on commit 56751c9

Please sign in to comment.