setup.py: Fix/Revert classifiers.
This commit is contained in:
parent
80418f3a04
commit
976656b519
10
setup.py
10
setup.py
|
@ -16,6 +16,16 @@ setup(
|
|||
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": [
|
||||
"litescope_cli=litescope.software.litescope_cli:main",
|
||||
|
|
Loading…
Reference in New Issue