[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "progpib" version = "0.1.0" description = "Modern Python 3 API for Prologix GPIB-ETHERNET (and, structurally but unvalidated, GPIB-USB) controllers" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } dependencies = [ "pyserial>=3.5", "binary-bits", ] [project.optional-dependencies] dev = ["pytest>=7"] [project.scripts] progpib = "progpib.cli:main" [tool.pytest.ini_options] testpaths = ["tests"]