Skip to content

Commit

Permalink
add license classifier in pyproject.toml (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj authored Mar 7, 2024
1 parent 1a5e2c1 commit 7fe6824
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 7fe6824

Please sign in to comment.