From 41b14de085539ede22d7e27aa32f015b8aa8d9d1 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 30 Dec 2024 22:31:58 +0100 Subject: [PATCH] Add classifiers --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a2eee561..006efdae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,12 @@ license = {text = "MIT"} readme = "README.md" classifiers = [ "Development Status :: 5 - Production/Stable", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "License :: OSI Approved :: MIT License", ] requires-python = ">=3.8" dependencies = [