meta: update package name on PyPI

This commit is contained in:
Fischer Moseley 2024-11-28 09:40:40 -08:00
parent 1e9e7081ed
commit 7015be8fe9
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
# Python files # Python files
venv/ venv/
manta.egg-info/ manta_fpga.egg-info/
.pytest_cache .pytest_cache
.ruff_cache .ruff_cache
__pycache__/ __pycache__/

View File

@ -1,5 +1,5 @@
[project] [project]
name = "manta" name = "manta-fpga"
version = "1.1.0" version = "1.1.0"
authors = [ authors = [
{ name="Fischer Moseley", email="fischer.moseley@gmail.com" }, { name="Fischer Moseley", email="fischer.moseley@gmail.com" },

View File

@ -26,7 +26,7 @@ logo = f"""
Manta - A configurable and approachable tool for FPGA debugging and rapid prototyping 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 https://github.com/fischermoseley/manta
""" """