Files
HPCS6500-py/pyproject.toml
grabowski 0f09c70215 first commit
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 13:57:58 +07:00

10 lines
234 B
TOML

[project]
name = "hpcs6500"
version = "0.1.0"
description = "Open-source driver and CLI for the HPCS 6500 spectrophotometer / integrating sphere"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pyserial>=3.5",
]