2023-05-02 14:09:19 +00:00
|
|
|
[build-system]
|
2024-01-15 00:00:06 +00:00
|
|
|
requires = ["flit_core >=3.2,<4"]
|
|
|
|
|
build-backend = "flit_core.buildapi"
|
2023-05-02 14:09:19 +00:00
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "cryptography_vectors"
|
2024-11-27 18:16:39 +00:00
|
|
|
version = "45.0.0.dev1"
|
2023-05-02 14:09:19 +00:00
|
|
|
authors = [
|
|
|
|
|
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
|
|
|
|
|
]
|
|
|
|
|
description = "Test vectors for the cryptography package."
|
2024-09-12 22:05:46 +00:00
|
|
|
readme = "README.rst"
|
2023-05-02 14:09:19 +00:00
|
|
|
license = {text = "Apache-2.0 OR BSD-3-Clause"}
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
homepage = "https://github.com/pyca/cryptography"
|
|
|
|
|
|
2024-01-15 00:00:06 +00:00
|
|
|
[tool.flit.sdist]
|
|
|
|
|
include = ["LICENSE", "LICENSE.APACHE", "LICENSE.BSD"]
|