From c9c76de41d4de06a2e1fb512928a2ba9cde5e9b3 Mon Sep 17 00:00:00 2001 From: Jonas Eppelt <jonas.eppelt@kit.edu> Date: Tue, 29 Oct 2024 16:54:17 +0100 Subject: [PATCH] remove classifiers --- pyproject.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d2db815..3bdd2a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,3 @@ authors = [ [tool.setuptools] packages = ["find:"] - -[project.classifiers] -classifiers = [ - "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8" -] \ No newline at end of file -- GitLab