Add more meta data for PyPI

This commit is contained in:
Eren Dogan 2023-03-05 20:37:53 -08:00
parent 18d2d68e83
commit 68330b4085
1 changed files with 16 additions and 1 deletions

View File

@ -73,7 +73,22 @@ setup(
author="Matthew Guthaus",
author_email="mrg+vlsida@ucsc.edu",
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,
package_dir=package_dir,
include_package_data=True,