summaryrefslogtreecommitdiff
path: root/vectors/setup.cfg
blob: 828172a1e9e3c0de98e1e975ce28e4032467f3c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[metadata]
name = cryptography_vectors
version = attr: cryptography_vectors.__version__
description = Test vectors for the cryptography package.
license = BSD or Apache License, Version 2.0
url = https://github.com/pyca/cryptography
author = The Python Cryptographic Authority and individual contributors
author_email = cryptography-dev@python.org


[options]
zip_safe = False
include_package_data = True
packages = find:


[bdist_wheel]
universal = 1

[sdist]
formats = xztar