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

This commit is contained in:
2025-07-21 21:39:31 -06:00
parent 3b12c21e20
commit 92c5876b23
13 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ description = "RF Network Analyzer based on the Pluto SDR"
readme = "README.md"
requires-python = ">=3"
# keywords = ["one", "two"]
license = { text = "MIT License" }
license = "MIT"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"numpy",