-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
67 lines (53 loc) · 1.15 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = alise
summary = Tool to link accounts
description_file = README.md
description_content_type = text/markdown; charset=UTF-8
author = Marcus Hardt
author_email = [email protected]
home_page = https://github.com/marcvs/alise
project_urls =
Bug Tracker = https://github.com/marcvs/alise/issues
Documentation = https://alise.readthedocs.io/en/latest/
license = MIT license
license_files = LICENSE
# TODO Add more classifiers here
classifier =
Programming Language :: Python :: 3
[options.entry_points]
console_scripts =
alise-webserver=alise.daemon:main
[bdist_wheel]
universal = 1
[files]
packages =
alise
[pycodestyle]
select =
ignore = E127,E203,E221,E241,E128,E266,W503
max_line_length = 120
max_doc_length = 120
[tool.black]
line-length = 100
[options]
install_requires =
feudalAdapter>=0.7.1
flaat>=1.1.10
fastapi==0.*
uvicorn[standard]==0.*
gunicorn==20.*
sqlitedict==2.*
cryptography==41.*
markdown==3.*
# package_dir=
# =.
# packages=find:
# include_package_data=True
#
# [options.data_files]
# etc/alise =
# etc/nginx.alise
#
# etc/alise/static=
# alise/static/privacy.html
#