From 245f737a9f58f11a8bf1f06b51c0d35eb53f51c3 Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Wed, 7 Sep 2022 11:32:52 +0200
Subject: [PATCH] Add a few classifiers

---
 pyproject.toml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 286a49d0..b08dd9b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,10 +17,18 @@ dependencies = [
     "scipy",
 ]
 classifiers = [
+    "Intended Audience :: Education",
     "Intended Audience :: Science/Research",
     "Programming Language :: Python :: 3",
+    "Programming Language :: Python :: 3.7",
+    "Programming Language :: Python :: 3.8",
+    "Programming Language :: Python :: 3.9",
+    "Programming Language :: Python :: 3.10",
+    "Programming Language :: C++",
     "License :: OSI Approved :: MIT License",
     "Operating System :: OS Independent",
+    "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
+    "Development Status :: 3 - Alpha",
 ]
 dynamic = ["version", "authors"]
 
-- 
GitLab