jonesmarvin8 24f6f1f8ca fixes
2026-04-26 21:29:54 -04:00

36 lines
678 B
TOML

[build-system]
requires = ["flit_core >=3.11,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "keycard"
authors = [{name = "mmlado", email = "developer@mmlado.com"}]
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
dynamic = ["version", "description"]
requires-python = ">=3.10"
dependencies = [
"pyscard",
"ecdsa",
"pyaes"
]
[project.optional-dependencies]
dev = [
"pytest",
"pytest-cov",
"coverage",
"sphinx",
"sphinx-autodoc-typehints",
"flake8",
"mypy",
"mnemonic",
"tox"
]
[project.urls]
Homepage = "https://github.com/mmlado/keycard-py"
Documentation = "https://mmlado.github.io/keycard-py/"