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 c28d0e4 commit 1e55953
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,6 +16,16 @@
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",
],
entry_points = {
"console_scripts": [
"litesdcard_gen=litesdcard.gen:main",
Expand Down

0 comments on commit 1e55953

Please sign in to comment.