From 68cfb6eea04a8296f6ac38d6b2c94ca77dd15d42 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:49:31 -0500 Subject: [PATCH] Fix classifiers to satisfy format checks --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index ab33e6b9a..a52575a62 100755 --- a/setup.py +++ b/setup.py @@ -43,12 +43,12 @@ setup( platforms = ["Any"], keywords = "HDL ASIC FPGA hardware design", classifiers = [ - "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", - "Environment :: Console", - "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", - "Operating System :: OS Independent", + "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", + "Environment :: Console", + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "License :: OSI Approved :: BSD License", + "Operating System :: OS Independent", "Programming Language :: Python", ], entry_points = {