Skip to content

Commit

Permalink
Add pypi classifiers (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta authored Dec 30, 2024
2 parents c5bff46 + 41b14de commit 62c8f91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ license = {text = "MIT"}
readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
]
requires-python = ">=3.8"
dependencies = [
Expand Down

0 comments on commit 62c8f91

Please sign in to comment.