-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (34 loc) · 774 Bytes
/
setup.cfg
File metadata and controls
38 lines (34 loc) · 774 Bytes
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
[metadata]
author = Jörn Heissler
author_email = NOSPAM-hacmec@joern.heissler.de
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
description = ACME Client library
keywords =
ACME
X.509
license = MIT
long_description = file: README.rst
name = hacmec
url = https://github.com/joernheissler/hacmec
version = attr: hacmec.VERSION
[options]
include_package_data = False
install_requires =
cryptokey
httplink
packages = find:
python_requires = >= 3.7
zip_safe = True
[options.package_data]
hacmec =
py.typed
[bdist_wheel]
python-tag = py3
[mypy]
no_implicit_optional = True
mypy_path = stubs