[project] name = "hashline-tools" version = "2.0.0" description = "CLI tools for Hashline algorithm" requires-python = ">=3.13" dependencies = ["xxhash"] authors = [ {name = "Simon Parri", email = "simonparri@ganzeria.com"}, ] license = "GPL-3.0-or-later" [project.scripts] hlcat = "hashline_tools.hlcat:main" hlgrep = "hashline_tools.hlgrep:main" hlpatch = "hashline_tools.hlpatch:main" [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"]