setup.py: Fix/Revert classifiers.

This commit is contained in:
Florent Kermarrec 2024-01-01 15:27:21 +01:00
parent 8ed232f8dc
commit e9adaebf0d
1 changed files with 6 additions and 6 deletions

View File

@ -34,12 +34,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 = {