chkbit-py/pyproject.toml
2023-12-22 21:46:21 +01:00

23 lines
479 B
TOML

[project]
name = "chkbit"
version = "3.0.2"
description = "chkbit checks the data integrity of your files"
authors = [
{name = "Christian Zangl", email = "laktak@cdak.net"},
]
dependencies = [
"blake3>=0.3.4",
]
requires-python = ">=3.6.0"
readme = "README.md"
license = {file = "LICENSE"}
[project.urls]
Homepage = "https://github.com/laktak/chkbit-py"
[project.scripts]
chkbit = "chkbit_cli.main:main"
[tool.setuptools.packages.find]
include = ["chkbit","chkbit_cli"]