-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (37 loc) · 1010 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
[metadata]
name = certwrangler
summary = A centralized ACME cert manager
author = M. David Bennett
description-file = README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
home-page = https://github.com/testeddoughnut/certwrangler
requires-python = >=3.10.0
classifier =
Development Status :: 3 - Alpha
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Topic :: System :: Systems Administration
[files]
packages =
certwrangler
[extras]
dev =
black==22.10.0
ipython==8.5.0
mypy==0.982
pbr==5.10.0
[entry_points]
console_scripts =
certwrangler = certwrangler.shell:main
certwrangler.store =
local = certwrangler.stores.local:LocalStore
certwrangler.solver =
lexicon = certwrangler.solvers.lexicon:LexiconSolver
[mypy]
plugins =
marshmallow_dataclass.mypy