From 1f99e215c0419cb3ed67d814e9aa4adb01c4ef36 Mon Sep 17 00:00:00 2001 From: Erik Aker Date: Fri, 30 Aug 2024 15:44:20 -0700 Subject: [PATCH] more accurate classifiers --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",