Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a69f80

Browse files
committed
toml update
1 parent40da243 commit5a69f80

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

‎tsapython/pyproject.toml‎

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
11
[project]
22
name ="tsapython"
33
version ="2.0.0"
4-
description ="An UNOFFICIAL Python API for the tinySA series of devices"
5-
readme ="README.md"
64
authors = [
7-
{name ="LC_Linkous",email ="L.C.Linkous@gmail.com" }
5+
{name ="LC-Linkous",email ="L.C.Linkous@gmail.com" }
86
]
7+
description ="An UNOFFICIAL Python API for the tinySA series of devices"
8+
readme ="README.md"
99
requires-python =">=3.10"
10+
classifiers = [
11+
"Programming Language :: Python :: 3",
12+
"Operating System :: OS Independent",
13+
]
1014
dependencies = [
1115
"matplotlib>=3.10.5",
1216
"numpy>=2.2.6",
1317
"pandas>=2.3.1",
1418
"pyserial>=3.5",
1519
]
20+
license ="GPL-2.0-only"
21+
license-files = ["LICENSE*"]
1622

23+
[project.urls]
24+
"Repository" ="https://github.com/LC-Linkous/tinySA_python"
25+
"Issues" ="https://github.com/LC-Linkous/tinySA_python/issues"
1726

1827
[build-system]
1928
requires = ["uv_build>=0.8.11,<0.9.0"]
20-
build-backend ="uv_build"
29+
build-backend ="uv_build"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp