change package name from charon
to charon-vna
to avoid pypi conflict
This commit is contained in:
@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "charon"
|
||||
name = "charon-vna"
|
||||
authors = [{ name = "Brendan Haines", email = "brendan.haines@gmail.com" }]
|
||||
description = "RF Network Analyzer based on the Pluto SDR"
|
||||
readme = "README.md"
|
||||
@ -11,7 +11,17 @@ requires-python = ">=3"
|
||||
# keywords = ["one", "two"]
|
||||
license = { text = "MIT License" }
|
||||
classifiers = ["Programming Language :: Python :: 3"]
|
||||
dependencies = ["numpy", "scipy", "click"]
|
||||
dependencies = [
|
||||
"numpy",
|
||||
"scipy",
|
||||
"scikit-rf",
|
||||
"xarray",
|
||||
"zarr",
|
||||
"pylibiio",
|
||||
"pyadi-iio",
|
||||
"click",
|
||||
"matplotlib",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
[project.urls]
|
||||
@ -21,7 +31,7 @@ homepage = "https://git.brendanhaines.com/brendanhaines/charon"
|
||||
# charon = "charon.charon:main"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
version_file = "charon/_version.py"
|
||||
version_file = "charon_vna/_version.py"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
Reference in New Issue
Block a user