-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
47 lines (39 loc) · 854 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
46
47
[metadata]
name = mailadm
version = 1.0.0
author = holger, missytake
author_email = [email protected], [email protected]
description = web API and CLI tool for automatic e-mail user creation/deletion
long_description = file: README.rst
url = https://github.com/deltachat/mailadm
license_files = LICENSE
[options]
zip_safe = False
packages=find:
include_package_data=True
install_requires =
deltachat
click>=6.0
flask
pillow
qrcode
gunicorn
requests
imapclient
[options.entry_points]
console_scripts =
mailadm = mailadm.cmdline:mailadm_main
[options.packages.find]
where=src
[options.package_data]
* = *.png, *.ttf
[build_sphinx]
source-dir = doc/
build-dir = doc/_build
all_files = 1
[upload_sphinx]
upload-dir = doc/_build/html
[bdist_wheel]
universal = 1
[devpi:upload]
formats = sdist.tgz,bdist_wheel