Skip to content

Commit

Permalink
chore: add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Mar 8, 2024
1 parent d408f9c commit 4a21b54
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ license = "MIT License"
homepage = "https://async-wrapper.readthedocs.io/"
repository = "https://github.com/phi-friday/async-wrapper"
packages = [{ include = "async_wrapper", from = 'src' }]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Framework :: AnyIO",
"Framework :: AsyncIO",
"Framework :: Trio"
]

[tool.poetry.dependencies]
python = "~=3.8"
Expand Down

0 comments on commit 4a21b54

Please sign in to comment.