We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent40da243 commit5a69f80Copy full SHA for 5a69f80
tsapython/pyproject.toml
@@ -1,20 +1,29 @@
1
[project]
2
name ="tsapython"
3
version ="2.0.0"
4
-description ="An UNOFFICIAL Python API for the tinySA series of devices"
5
-readme ="README.md"
6
authors = [
7
- {name ="LC_Linkous",email ="L.C.Linkous@gmail.com" }
+ {name ="LC-Linkous",email ="L.C.Linkous@gmail.com" }
8
]
+description ="An UNOFFICIAL Python API for the tinySA series of devices"
+readme ="README.md"
9
requires-python =">=3.10"
10
+classifiers = [
11
+"Programming Language :: Python :: 3",
12
+"Operating System :: OS Independent",
13
+]
14
dependencies = [
15
"matplotlib>=3.10.5",
16
"numpy>=2.2.6",
17
"pandas>=2.3.1",
18
"pyserial>=3.5",
19
20
+license ="GPL-2.0-only"
21
+license-files = ["LICENSE*"]
22
23
+[project.urls]
24
+"Repository" ="https://github.com/LC-Linkous/tinySA_python"
25
+"Issues" ="https://github.com/LC-Linkous/tinySA_python/issues"
26
27
[build-system]
28
requires = ["uv_build>=0.8.11,<0.9.0"]
-build-backend ="uv_build"
29
+build-backend ="uv_build"