meta: update package name on PyPI
This commit is contained in:
parent
1e9e7081ed
commit
7015be8fe9
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Python files
|
||||
venv/
|
||||
manta.egg-info/
|
||||
manta_fpga.egg-info/
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
__pycache__/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[project]
|
||||
name = "manta"
|
||||
name = "manta-fpga"
|
||||
version = "1.1.0"
|
||||
authors = [
|
||||
{ name="Fischer Moseley", email="fischer.moseley@gmail.com" },
|
||||
|
|
|
|||
|
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue