-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
44 lines (38 loc) · 987 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = nanovna-tools
author = Ho-Ro
author_email = Ho-Ro@users.noreply.github.com
url= http://github.com/Ho-Ro/nanovna-tools
description = Toolbox for NanoVNA and tinySA
long_description = Small NanoVNA and tinySA program(s) for scripting and automatisation
platforms = all
license = GPLv3
version = 0.2
[options]
packages = find:
scripts =
nanotiny_command.py
nanotiny_capture.py
nanotiny_remote.py
nanovna_time.py
nanovna_snp.py
check_s11.py
plot_snp.py
nanovna_config_split.py
tinysa_scanraw.py
python_requires = >=3.6, <4
install_requires = scikit-rf
[options.data_files]
share/doc/nanovna-tools =
Changelog
LICENSE
README.md
shellcommands.txt
bin =
nanotiny_command
nanotiny_capture
nanovna_config.sh
lib/udev/rules.d =
60-nano-tiny.rules
[sdist_dsc]
compat=10