diff options
| author | whitequark <whitequark@whitequark.org> | 2021-12-10 07:38:00 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2021-12-10 08:30:37 +0000 |
| commit | b968cfade961a329c26035ef8bfdf3058e95a9f1 (patch) | |
| tree | 94891b950cb0547868877027230ff09b9cb56d4a /setup.py | |
| parent | bd7fdd379d8b28f8b542f251a11ca28297e8fd6f (diff) | |
Rename nMigen to Amaranth HDL.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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", }, ) |
