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

This commit is contained in:
2024-12-19 00:25:47 -07:00
parent 76886011bb
commit 5650e7b03b
2 changed files with 27 additions and 1 deletions

View File

@ -29,7 +29,7 @@ dynamic = ["version"]
homepage = "https://git.brendanhaines.com/brendanhaines/charon"
[project.scripts]
# charon-cli = "charon_vna.cli:main"
charon-cli = "charon_vna.cli:main"
charon-gui = "charon_vna.gui:main"
[tool.setuptools_scm]