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__'