Skip to content

Commit e9adaeb

Browse files
committed
setup.py: Fix/Revert classifiers.
1 parent 8ed232f commit e9adaeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
include_package_data = True,
3535
keywords = "HDL ASIC FPGA hardware design",
3636
classifiers = [
37-
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
38-
"Environment :: Console",
39-
"Development Status :: 3 - Alpha",
40-
"Intended Audience :: Developers",
41-
"License :: OSI Approved :: BSD License",
42-
"Operating System :: OS Independent",
37+
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
38+
"Environment :: Console",
39+
"Development Status :: 3 - Alpha",
40+
"Intended Audience :: Developers",
41+
"License :: OSI Approved :: BSD License",
42+
"Operating System :: OS Independent",
4343
"Programming Language :: Python",
4444
],
4545
entry_points = {

0 commit comments

Comments
 (0)