From 6f8421ec0ccc1c747cc6d095bb61175e164fc180 Mon Sep 17 00:00:00 2001 From: Corentin Garcia Date: Wed, 6 Mar 2024 19:37:29 +0100 Subject: [PATCH] fix(release): fix wrong classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e93b62..b77dbe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "'Programming Language :: Python :: 3 :: Only'", + "Programming Language :: Python :: 3 :: Only", ] include = [ { path = "tests", format = "sdist" }