From 7015be8fe9113cadb4b5e89e93186bedb73c852d Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:40:40 -0800 Subject: [PATCH] meta: update package name on PyPI --- .gitignore | 2 +- pyproject.toml | 2 +- src/manta/cli.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0189552..ac7c040 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ # Python files venv/ -manta.egg-info/ +manta_fpga.egg-info/ .pytest_cache .ruff_cache __pycache__/ diff --git a/pyproject.toml b/pyproject.toml index a4351df..fb06384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "manta" +name = "manta-fpga" version = "1.1.0" authors = [ { name="Fischer Moseley", email="fischer.moseley@gmail.com" }, diff --git a/src/manta/cli.py b/src/manta/cli.py index 03bd879..c6b13e7 100644 --- a/src/manta/cli.py +++ b/src/manta/cli.py @@ -26,7 +26,7 @@ logo = f""" Manta - A configurable and approachable tool for FPGA debugging and rapid prototyping -Version {distribution("manta").version} +Version {distribution("manta-fpga").version} https://github.com/fischermoseley/manta """