From f6e7567d2748e5aef3a22f9fa667f3379781c3ad Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sun, 9 Mar 2025 19:28:40 +0100 Subject: [PATCH] :wrench: Update pyproject.toml to include additional metadata for typing and OS compatibility --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3a5960..6b359e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,9 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Typing :: Typed", + "Operating System :: OS Independent", ] keywords = ["discord", "bot", "rest", "pycord"] dependencies = [