urls
All checks were successful
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in -41s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped

This commit is contained in:
Brendan Haines 2024-12-19 00:55:27 -07:00
parent 134f5b45d7
commit 2f7b9fc1eb

View File

@ -26,7 +26,8 @@ dependencies = [
dynamic = ["version"] dynamic = ["version"]
[project.urls] [project.urls]
homepage = "https://git.brendanhaines.com/brendanhaines/charon_vna" homepage = "https://pypi.org/project/charon-vna/"
repository = "https://git.brendanhaines.com/brendanhaines/charon_vna"
[project.scripts] [project.scripts]
charon-cli = "charon_vna.cli:main" charon-cli = "charon_vna.cli:main"