This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
chkbit/pyproject.toml

18 lines
388 B
TOML
Raw Normal View History

2023-12-19 23:49:52 +01:00
[project]
name = "chkbit"
version = "2.3.0"
description = "chkbit checks the data integrity of your files"
authors = [
{name = "Christian Zangl", email = "laktak@cdak.net"},
]
dependencies = []
requires-python = ">=3.6.0"
readme = "README.md"
license = {file = "LICENSE"}
[project.urls]
Homepage = "https://github.com/laktak/chkbit-py"
[project.scripts]
chkbit = "chkbit.main:main"