[project] name = "noteman-slicer" version = "0.1.0" description = "Cuts score PDFs into noteman's slice images and markers" readme = "README.md" requires-python = ">=3.13" dependencies = [ "pymupdf>=1.26", "numpy>=2.0", "opencv-python-headless>=4.10", "pyside6>=6.7", ] [project.scripts] noteman-slicer = "noteman_slicer.cli:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"