Skip to content

Commit

Permalink
Merge pull request #1862 from dau-dev/tkp/classifiers
Browse files Browse the repository at this point in the history
Fix classifiers to satisfy format checks
  • Loading branch information
enjoy-digital authored Dec 31, 2023
2 parents 67cfcad + 68cfb6e commit 56f6198
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
platforms = ["Any"],
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 = {
Expand Down

0 comments on commit 56f6198

Please sign in to comment.