From b968cfade961a329c26035ef8bfdf3058e95a9f1 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 10 Dec 2021 07:38:00 +0000 Subject: Rename nMigen to Amaranth HDL. --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7aa6ef3..356c652 100644 --- a/setup.py +++ b/setup.py @@ -12,21 +12,21 @@ def scm_version(): setup( - name="nmigen-boards", + name="amaranth-boards", use_scm_version=scm_version(), author="whitequark", author_email="whitequark@whitequark.org", - description="Board and connector definitions for nMigen", + description="Board and connector definitions for Amaranth HDL", #long_description="""TODO""", license="BSD", setup_requires=["wheel", "setuptools", "setuptools_scm"], install_requires=[ - "nmigen>=0.2,<0.4", + "amaranth>=0.2,<0.4", "importlib_metadata; python_version<'3.8'", ], packages=find_packages(), project_urls={ - "Source Code": "https://github.com/nmigen/nmigen-boards", - "Bug Tracker": "https://github.com/nmigen/nmigen-boards/issues", + "Source Code": "https://github.com/amaranth-lang/amaranth-boards", + "Bug Tracker": "https://github.com/amaranth-lang/amaranth-boards/issues", }, ) -- cgit v1.2.3