From 7284cd243967a9c34eedd94a08fef4fa42ff9a19 Mon Sep 17 00:00:00 2001 From: Jonas Eppelt <jonas.eppelt@kit.edu> Date: Tue, 29 Oct 2024 11:30:58 +0100 Subject: [PATCH] simplify --- 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