mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Add version file
This commit is contained in:
@@ -48,8 +48,21 @@ with open("requirements.txt") as f:
|
||||
reqs = f.read().splitlines()
|
||||
|
||||
|
||||
# Read version from file
|
||||
version = open("VERSION", "r").read().rstrip()
|
||||
|
||||
|
||||
# Call the setup to create the package
|
||||
setup(
|
||||
name="openram",
|
||||
version=version,
|
||||
description="An open-source static random access memory (SRAM) compiler",
|
||||
url="https://openram.org/",
|
||||
author="Matthew Guthaus",
|
||||
author_email="[email protected]",
|
||||
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
|
||||
readme="README.md",
|
||||
license="BSD-3",
|
||||
packages=packages,
|
||||
package_dir=package_dir,
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user