[build-system]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"
[project]
name = "spvirit-tools"
description = "Command-line tools for EPICS PVAccess: get, put, monitor, list, info, and a terminal browser."
readme = "README.md"
license = { text = "BSD-3-Clause" }
authors = [
{ name = "Mateusz Leputa", email = "mateo.leputa@googlemail.com" },
]
requires-python = ">=3.9"
keywords = ["epics", "pvaccess", "ioc", "controls", "instrumentation", "cli"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Rust",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: System :: Hardware",
]
dynamic = ["version"]
[project.urls]
Repository = "https://github.com/ISISNeutronMuon/spvirit"
Issues = "https://github.com/ISISNeutronMuon/spvirit/issues"
[tool.maturin]
bindings = "bin"