From 55f66e53ce67a9f07d0673eb7e06b85b18021a48 Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 30 Dec 2025 02:55:38 -0800 Subject: [PATCH] add file formats tag --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3aef2fb..91a15d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ classifiers = [ "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", + "Topic :: File Formats", ] requires-python = ">=3.10" dynamic = ["version"]