File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tsapython"
3
3
version = " 2.0.0"
4
- description = " An UNOFFICIAL Python API for the tinySA series of devices"
5
- readme = " README.md"
6
4
authors = [
7
- {
name =
" LC_Linkous " ,
email =
" [email protected] " }
5
+ {
name =
" LC-Linkous " ,
email =
" [email protected] " }
8
6
]
7
+ description = " An UNOFFICIAL Python API for the tinySA series of devices"
8
+ readme = " README.md"
9
9
requires-python = " >=3.10"
10
+ classifiers = [
11
+ " Programming Language :: Python :: 3" ,
12
+ " Operating System :: OS Independent" ,
13
+ ]
10
14
dependencies = [
11
15
" matplotlib>=3.10.5" ,
12
16
" numpy>=2.2.6" ,
13
17
" pandas>=2.3.1" ,
14
18
" pyserial>=3.5" ,
15
19
]
20
+ license = " GPL-2.0-only"
21
+ license-files = [" LICENSE*" ]
16
22
23
+ [project .urls ]
24
+ "Repository" = " https://github.com/LC-Linkous/tinySA_python"
25
+ "Issues" = " https://github.com/LC-Linkous/tinySA_python/issues"
17
26
18
27
[build-system ]
19
28
requires = [" uv_build>=0.8.11,<0.9.0" ]
20
- build-backend = " uv_build"
29
+ build-backend = " uv_build"
You can’t perform that action at this time.
0 commit comments