[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "hasher_cnml" version = "0.0.2" authors = [ { name="Michael Chen", email="mail@cnml.de" }, ] description = "Command line interface to the hashlib library." readme = "README.md" requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.urls] "Homepage" = "https://github.com/cn-ml/hasher" "Bug Tracker" = "https://github.com/cn-ml/hasher/issues"