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 """