We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed232f commit e9adaebCopy full SHA for e9adaeb
setup.py
@@ -34,12 +34,12 @@
34
include_package_data = True,
35
keywords = "HDL ASIC FPGA hardware design",
36
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",
+ "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",
43
"Programming Language :: Python",
44
],
45
entry_points = {
0 commit comments