Files
tea3-py/pyproject.toml
T
2026-05-19 10:15:35 +02:00

16 lines
363 B
TOML

[project]
name = "tea3"
version = "0.1.0"
description = "TEA3 implementation"
authors = [{name = "Sam HADOW"}]
requires-python = ">=3.11"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]
[project.scripts]
tea3-linear-bias = "tea3.tea3linearbias:main"
tea3-differential-bias = "tea3.tea3differentialbias:main"
lookup-tables = "tea3.lut:main"