From: Jean THOMAS Date: Mon, 8 Jun 2020 16:48:44 +0000 (+0200) Subject: Rename LiteDRAM to gram X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da48187a24222450eb1b9162d22c2fa360ac0c11;p=gram.git Rename LiteDRAM to gram --- diff --git a/setup.py b/setup.py index 19bf8fd..17b5531 100755 --- a/setup.py +++ b/setup.py @@ -6,12 +6,11 @@ from setuptools import find_packages setup( name="gram", - description="Small footprint and configurable DRAM core", - author="Florent Kermarrec", - author_email="florent@enjoy-digital.fr", - url="http://enjoy-digital.fr", - download_url="https://github.com/enjoy-digital/litedram", - test_suite="test", + description="DRAM core for LambdaSoC", + author="LambdaConcept", + author_email="contact@lambdaconcept.com", + url="https://lambdaconcept.com", + download_url="https://github.com/lambdaconcept/gram", license="BSD", python_requires="~=3.6", install_requires=["pyyaml"],