nanovna-saver/setup.cfg

24 wiersze
555 B
INI
Czysty Zwykły widok Historia

[metadata]
name = NanoVNASaver
author = Rune B. Broberg
license = GNU GPL V3
license_file = LICENSE
2022-04-01 14:44:54 +00:00
description = A Qt GUI for the NanoVNA and derivates
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.0
numpy>=1.21.1,<1.22.0
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