3 Commits

Author SHA1 Message Date
2a5f1657f4 add some analysis of generated signal
All checks were successful
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in -49s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped
2025-07-26 19:14:38 -06:00
7644cbe0ad 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
2025-07-21 21:40:21 -06:00
92c5876b23 switch to src-layout to avoid issues with multiple top level packages
Some checks failed
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Failing after -52s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped
2025-07-21 21:39:31 -06:00
14 changed files with 483 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@ description = "RF Network Analyzer based on the Pluto SDR"
readme = "README.md" readme = "README.md"
requires-python = ">=3" requires-python = ">=3"
# keywords = ["one", "two"] # keywords = ["one", "two"]
license = { text = "MIT License" } license = "MIT"
classifiers = ["Programming Language :: Python :: 3"] classifiers = ["Programming Language :: Python :: 3"]
dependencies = [ dependencies = [
"numpy", "numpy",
@@ -34,7 +34,7 @@ charon-cli = "charon_vna.cli:main"
charon-gui = "charon_vna.gui:main" charon-gui = "charon_vna.gui:main"
[tool.setuptools_scm] [tool.setuptools_scm]
version_file = "charon_vna/_version.py" version_file = "src/charon_vna/_version.py"
[tool.black] [tool.black]
line-length = 120 line-length = 120