From da48187a24222450eb1b9162d22c2fa360ac0c11 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Mon, 8 Jun 2020 18:48:44 +0200 Subject: [PATCH] Rename LiteDRAM to gram --- setup.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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"], -- 2.30.2