cryptopals/pyproject.toml

19 lines
459 B
TOML

[project]
name = "cryptopals"
version = "0.1"
authors = [
{ name="Joshua Flores", email="josh@heavyguys.net"},
]
description = "A place to hold solutions for the Cryptopals Challenges"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E"]
[project.urls]
Homepage = "https://git.heavyguys.net/Josh/cryptopals"