[project] name = "prodigit-3366g" version = "0.1.0" description = "Prodigit 3366G High Power DC Electronic Load RS-232 control tools" readme = "README.md" requires-python = ">=3.12" dependencies = [ "matplotlib>=3.10.8", "pyserial>=3.5", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["prodigit3366g"] [project.scripts] prodigit = "prodigit3366g.cli:main"