setup.py: Fix/Revert classifiers.

This commit is contained in:
Florent Kermarrec 2024-01-01 15:27:37 +01:00
parent a4b74c32c1
commit 1c9acfeaa7
1 changed files with 6 additions and 6 deletions

View File

@ -27,12 +27,12 @@ setup(
include_package_data = True,
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 = {