Skip to content

Commit

Permalink
Add relevant classifiers (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn authored Sep 19, 2024
1 parent 4324deb commit e07efe7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ readme = "README.md"
homepage = "https://github.com/KIT-TVA/cfmtoolbox/"
repository = "https://github.com/KIT-TVA/cfmtoolbox/"
documentation = "https://kit-tva.github.io/cfmtoolbox/"
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit e07efe7

Please sign in to comment.