meta: update package name on PyPI
This commit is contained in:
parent
1e9e7081ed
commit
7015be8fe9
|
|
@ -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__/
|
||||||
|
|
|
||||||
|
|
@ -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" },
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue