From 624ab966af2829f963afd015f60ce88be6a1bb59 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 8 Sep 2022 14:28:40 +0000 Subject: [PATCH] Classifier useless with poetry --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91aef7e..efa8390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,6 @@ license = "WTFPL" readme = "README.md" homepage = "https://divent.crystalyx.net/" repository = "https://git.crystalyx.net/Xefir/Divent" -classifiers = [ - "Programming Language :: Python :: 3", - "Operating System :: OS Independent" -] [tool.poetry.scripts] divent = 'divent.bot:__main__'