mirror of https://github.com/VLSIDA/OpenRAM.git
Add more meta data for PyPI
This commit is contained in:
parent
18d2d68e83
commit
68330b4085
17
setup.py
17
setup.py
|
|
@ -73,7 +73,22 @@ setup(
|
||||||
author="Matthew Guthaus",
|
author="Matthew Guthaus",
|
||||||
author_email="mrg+vlsida@ucsc.edu",
|
author_email="mrg+vlsida@ucsc.edu",
|
||||||
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
|
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
|
||||||
license="BSD-3",
|
license="BSD 3-Clause",
|
||||||
|
python_requires=">=3.6",
|
||||||
|
classifiers=[
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
"Intended Audience :: Developers",
|
||||||
|
"Intended Audience :: Science/Research",
|
||||||
|
"License :: OSI Approved :: BSD License",
|
||||||
|
"Natural Language :: English",
|
||||||
|
"Operating System :: Unix",
|
||||||
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
|
"Topic :: Scientific/Engineering",
|
||||||
|
"Topic :: Software Development",
|
||||||
|
"Topic :: System :: Hardware",
|
||||||
|
],
|
||||||
packages=packages,
|
packages=packages,
|
||||||
package_dir=package_dir,
|
package_dir=package_dir,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue