-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
40 lines (34 loc) · 875 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
[metadata]
name = cfn-private-certificate-provider
version = 0.0.0
author = Mark van Holsteijn
url = https://github.com/binxio/cfn-private-certificate-provider
author_email = [email protected]
description = manages private CA and certificates
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: POSIX
Operating System :: MacOS
Operating System :: Unix
Programming Language :: Python :: 3
[options]
package_dir=
=src
packages=find:
zip_safe = True
include_package_data = True
install_requires =
boto3
requests
cfn_resource_provider
certauth
use_scm_version = True
[options.packages.find]
where=
src