24 lines
549 B
TOML
24 lines
549 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "pykirdy"
|
|
version = "0.0"
|
|
authors = [{name = "M-Labs"}]
|
|
description = "Python utilities for the Sinara 1550 Kirdy"
|
|
urls.Repository = "https://git.m-labs.hk/M-Labs/kirdy"
|
|
license = {text = "GPLv3"}
|
|
dependencies = [
|
|
"numpy >= 2.0.0",
|
|
"pyqtgraph >= 0.13.7",
|
|
"pyqt6 >= 6.8.0",
|
|
"qasync >= 0.27.1",
|
|
"pglive >= 0.8.3",
|
|
"jsonschema >= 4.25.0",
|
|
"python-dateutil >= 2.9",
|
|
]
|
|
|
|
[project.gui-scripts]
|
|
kirdy_qt = "pykirdy.kirdy_qt:main"
|