Skip to content

Commit

Permalink
more accurate classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Aug 30, 2024
1 parent fc8b4b3 commit 1f99e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ keywords = [
"uv", "requirements", "packaging"
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache Software License",
"Topic :: Internet :: WWW/HTTP",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"aiofiles>=24.1.0",
Expand Down

0 comments on commit 1f99e21

Please sign in to comment.