nanovna-saver/setup.cfg

28 wiersze
703 B
INI
Czysty Zwykły widok Historia

[metadata]
name = NanoVNASaver
author = Rune B. Broberg
license = GNU GPL V3
license_file = LICENSE
2021-06-27 11:01:09 +00:00
description =
A multiplatform tool to save Touchstone files from the
NanoVNA, sweep frequency spans in segments to gain more
data points, and generally display and analyze the
resulting data.
long_description = file: README.md
url = https://github.com/NanoVNA-Saver/nanovna-saver
version = attr: NanoVNASaver.About.VERSION
2021-06-27 11:01:09 +00:00
[options]
2021-06-29 07:06:30 +00:00
packages = find_namespace:
2021-06-27 11:01:09 +00:00
install_requires=
pyserial==3.5
PyQt5==5.15.4
numpy==1.21.1
scipy==1.7.1
cython==0.29.24
2021-06-27 11:01:09 +00:00
python_requires = >=3.8, <4
[options.entry_points]
console_scripts =
NanoVNASaver = NanoVNASaver.__main__:main