fix entry point
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:
2024-12-18 23:55:06 -07:00
parent 919101b339
commit 5c4f7e5c97
2 changed files with 14 additions and 7 deletions

View File

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