From abcbfd4c2fe33fa059ebf909d0147d133e58f0ef Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Wed, 23 Oct 2024 00:09:45 -0400 Subject: [PATCH] remove classifiers --- pyproject.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb0823e..ed38978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,18 +8,6 @@ description = "Python bindings to generate Gosling visualizations" authors = [{ name = "Trevor Manz", email = "trevor.j.manz@gmail.com" }] license = { text = "MIT" } readme = "README.md" -classifiers = [ - "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Operating System :: OS Independent", -] dynamic = ["version"] urls = { homepage = "https://github.com/gosling-lang/gos" } dependencies = ["jsonschema>=3.0", "jinja2", "pandas"]