setup.py: Fix/Revert classifiers.
This commit is contained in:
parent
a4b74c32c1
commit
1c9acfeaa7
12
setup.py
12
setup.py
|
@ -27,12 +27,12 @@ setup(
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
keywords = "HDL ASIC FPGA hardware design",
|
keywords = "HDL ASIC FPGA hardware design",
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
|
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: BSD License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
|
|
Loading…
Reference in New Issue