Skip to content

Commit

Permalink
update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 16, 2023
1 parent f6315c4 commit 0a1024e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ readme = "README.md"
keywords = ["retry", "decorator", "asyncio"]
documentation = "https://kaioretry.readthedocs.io/en/latest/"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Framework :: AsyncIO",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development"
"Topic :: Software Development",
"Typing :: Typed"
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 0a1024e

Please sign in to comment.