Skip to content

Commit

Permalink
setup.py: Add classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 1, 2024
1 parent 5fc8f2a commit 6231429
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,14 @@
python_requires = "~=3.7",
packages = find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
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",
"Programming Language :: Python",
],
)

0 comments on commit 6231429

Please sign in to comment.