From ffa5bfa96c312257e51421e50d56d367557fa18d Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 31 Mar 2022 00:12:58 -0700 Subject: [PATCH] fix classifiers --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 56d62c2..b64f207 100644 --- a/setup.py +++ b/setup.py @@ -38,9 +38,8 @@ setup(name='snarl', 'Intended Audience :: Information Technology', 'Intended Audience :: Manufacturing', 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: GNU General Public License v3', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)', - 'Topic :: Scientific/Engineering :: Visualization', ], keywords=[ 'layout', @@ -48,6 +47,7 @@ setup(name='snarl', 'CAD', 'EDA', 'electronics', + 'photonics', 'IC', 'mask', 'pattern', @@ -57,6 +57,7 @@ setup(name='snarl', 'short', 'unintentional', 'label', + 'schematic', ], )