mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-08 04:11:47 +02:00
Fix twine error for PyPI
This commit is contained in:
@@ -52,14 +52,26 @@ with open("requirements.txt") as f:
|
||||
version = open("VERSION", "r").read().rstrip()
|
||||
|
||||
|
||||
with open("README.md") as f:
|
||||
long_description = f.read()
|
||||
|
||||
|
||||
# Call the setup to create the package
|
||||
setup(
|
||||
name="openram",
|
||||
version=version,
|
||||
description="An open-source static random access memory (SRAM) compiler",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://openram.org/",
|
||||
download_url="https://github.com/VLSIDA/OpenRAM/releases",
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/VLSIDA/OpenRAM/issues",
|
||||
"Documentation": "https://github.com/VLSIDA/OpenRAM/blob/stable/docs/source/index.md",
|
||||
"Source Code": "https://github.com/VLSIDA/OpenRAM",
|
||||
},
|
||||
author="Matthew Guthaus",
|
||||
author_email="[email protected]",
|
||||
author_email="mrg+vlsida@ucsc.edu",
|
||||
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
|
||||
readme="README.md",
|
||||
license="BSD-3",
|
||||
|
||||
Reference in New Issue
Block a user