fix path to version file
All checks were successful
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in -58s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped

This commit is contained in:
2025-07-21 21:40:21 -06:00
parent 92c5876b23
commit 7644cbe0ad

View File

@@ -34,7 +34,7 @@ charon-cli = "charon_vna.cli:main"
charon-gui = "charon_vna.gui:main"
[tool.setuptools_scm]
version_file = "charon_vna/_version.py"
version_file = "src/charon_vna/_version.py"
[tool.black]
line-length = 120