change package name from charon to charon-vna to avoid pypi conflict
Some checks failed
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in 11s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Failing after 4s

This commit is contained in:
2024-11-10 12:21:45 -07:00
parent 9190bed853
commit 81ae78e22b
5 changed files with 1102 additions and 3 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
charon-vna = {file = ".", editable = true}
[dev-packages]
ipykernel = "*"
ipywidgets = "*"
[requires]
python_version = "3.10"