nanovna-saver/setup.cfg

24 wiersze
547 B
INI

[metadata]
name = NanoVNASaver
author = Rune B. Broberg
license = GNU GPL V3
license_file = LICENSE
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
[options]
packages = find_namespace:
install_requires=
pyserial>=3.5
PyQt5>=5.15.0
numpy>=1.21.1
scipy>=1.7.1
Cython>=0.29.24
python_requires = >=3.8, <4
[options.entry_points]
console_scripts =
NanoVNASaver = NanoVNASaver.__main__:main