cryptography/vectors/pyproject.toml
Paul Kehrer a773387828
bump for 43.0.1 (#11533)
* bump for 43.0.1

* deny another setuptools version
2024-09-03 15:45:08 -04:00

18 lines
524 B
TOML

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "cryptography_vectors"
version = "43.0.1"
authors = [
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
]
description = "Test vectors for the cryptography package."
license = {text = "Apache-2.0 OR BSD-3-Clause"}
[project.urls]
homepage = "https://github.com/pyca/cryptography"
[tool.flit.sdist]
include = ["LICENSE", "LICENSE.APACHE", "LICENSE.BSD"]