Skip to content

Commit

Permalink
Add more info to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblast-dev committed Mar 12, 2024
1 parent cb86671 commit c00188a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ description = "Python library for interacting with the vShield API."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
"Environment :: Web Environment",
"Operating System :: OS Independent",
"Intended Audience :: Developers"
]
dependencies = ["httpx[http2]>=0.27.0"]
keywords = ["vshield", "web", "servers", "vps", "virtaul server"]

[project.optional-dependencies]
docs = [
Expand Down

0 comments on commit c00188a

Please sign in to comment.