Skip to content

Commit

Permalink
try to fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 21, 2023
1 parent 46c1b12 commit 338ec37
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ description = "Python client library for actinia requests."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: GPLv3 License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
dependencies = [
"jinja2",
"requests",
"sphinx-material",
"jinja2",
"requests",
"sphinx-material",
]

[project.urls]
Expand Down

0 comments on commit 338ec37

Please sign in to comment.