[project] name = "itech-it6500" version = "0.1.0" description = "ITECH IT6500 Series Programmable DC Power Supply USB/SCPI control tools" readme = "README.md" requires-python = ">=3.12" dependencies = [ "matplotlib>=3.10.8", "pyvisa>=1.16.2", "pyvisa-py>=0.8.1", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["it6500"] [project.scripts] it6500 = "it6500.cli:main"