🔧 Update pyproject.toml to include additional metadata for typing and OS compatibility

This commit is contained in:
2025-03-09 19:28:40 +01:00
parent 06885ace8c
commit f6e7567d27

View File

@@ -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 = [