diff --git a/pyproject.toml b/pyproject.toml index 6804b96..8722d93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",