1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[build-system]
requires = ["uv_build>=0.7.19,<0.9.0"]
build-backend = "uv_build"
[project]
name = "cryptography_vectors"
version = "46.0.5"
authors = [
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
]
description = "Test vectors for the cryptography package."
readme = "README.rst"
license = {text = "Apache-2.0 OR BSD-3-Clause"}
[project.urls]
homepage = "https://github.com/pyca/cryptography"
[tool.uv.build-backend]
module-root = ""
source-include = ["LICENSE", "LICENSE.APACHE", "LICENSE.BSD"]
|