From 2b447a3c4e66196fedcb42f1cdb8adf6cdc9ded2 Mon Sep 17 00:00:00 2001 From: EvieePy Date: Sun, 3 Dec 2023 10:22:50 +1000 Subject: [PATCH] Update classifiers and .rst to .md --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93c48007..3d6e3a1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] dynamic = ["dependencies"] description = "A robust and powerful, fully asynchronous Lavalink wrapper built for discord.py in Python." -readme = "README.rst" +readme = "README.md" requires-python = ">=3.10" classifiers = [ "License :: OSI Approved :: MIT License", @@ -19,6 +19,7 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Internet", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules",