-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (39 loc) · 738 Bytes
/
setup.cfg
File metadata and controls
42 lines (39 loc) · 738 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
39
40
41
42
# Inside of setup.cfg
[metadata]
name = py2http
version = 0.1.60
url = https://github.com/i2mint/py2http
root_url = https://github.com/i2mint
platforms = any
description = Declarative HTTP service entry point.
description_file = README.md
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
description-file = README.md
keywords =
http service
web service
copyright =
2020
Otosense
display_name = Py2http
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
bottle
PyJWT[crypto]
aiohttp
i2
glom
gunicorn
requests
strand
swagger-ui-py
pycparser
http2py
[options.extras_require]
testing =
http2py