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, include_package_data = True,
keywords = "HDL ASIC FPGA hardware design", keywords = "HDL ASIC FPGA hardware design",
classifiers = [ classifiers = [
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Environment :: Console", "Environment :: Console",
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: BSD License", "License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
], ],
entry_points = { entry_points = {