-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (25 loc) · 812 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (25 loc) · 812 Bytes
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
[project]
name = "daktronics"
version = "1.1.1"
dependencies = [
"pyserial~=3.5",
]
requires-python = ">=3.13"
authors = [
{name = "plun1331", email = "plun1331@gmail.com"},
]
description = "A Python library for reading data from Daktronics consoles."
readme = "README.md"
license = "BSD-3-Clause"
license-files = ["LICENSE.txt"]
keywords = ["console", "daktronics", "scoreboard", "serial"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python"
]
[project.urls]
Homepage = "https://github.com/plun1331/Daktronics/"
#Documentation = "https://readthedocs.org"
Repository = "https://github.com/plun1331/Daktronics/"
"Bug Tracker" = "https://github.com/plun1331/Daktronics/issues"
Changelog = "https://github.com/plun1331/Daktronics/tree/main/CHANGELOG.md"