From 8216a9f2f36fd6bf977ed7d40c556c4651fb9637 Mon Sep 17 00:00:00 2001 From: Alex Mykyta Date: Fri, 11 Apr 2025 22:30:22 -0700 Subject: [PATCH] Fix classifier --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e20874..5973bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,7 @@ keywords = [ "FPGA", "ASIC", ] classifiers = [ - #"Development Status :: 5 - Production/Stable", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",