-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (43 loc) · 934 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = pgpkms
version = 1.3.0
license = Apache-2.0
description = PGP signatures with AWS KMS keys
long_description = file:README.md
long_description_content_type = text/markdown
author = Juit Developers
author_email = [email protected]
maintainer = Juit Developers
maintainer_email = [email protected]
url = https://github.com/juitnow/pgpkms
keywords =
AWS
GnuPG
KMS
OpenPGP
PGP
RFC4880
classifiers =
Topic :: Security
Topic :: Security :: Cryptography
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Intended Audience :: Developers
Intended Audience :: System Administrators
[options]
packages =
pgpkms
install_requires =
botocore>=1.23
pyasn1>=0.4.8
pyasn1_modules>=0.2.1
scripts =
bin/pgpkms
bin/pgpkms-git
bin/pgpkms-reprepro
bin/prepare-to-gpg-clearsign
python_requires = >=3.5
[egg_info]
tag_build =
tag_date = 0