-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (37 loc) · 988 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
[metadata]
name = httpq
author = Felipe Faria
author-email = [email protected]
summary = Parse, modify, and compile HTTP/1.1 messages.
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
requires-python = >=3.7
home-page = https://github.com/synchronizing/httpq
project_urls =
Bug Tracker = https://github.com/synchronizing/httpq/issues
Documentation = https://synchronizing.github.io/httpq/
Source Code = https://github.com/synchronizing/httpq/tree/master
license = MIT
classifier =
Programming Language :: Python :: Implementation :: CPython
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Natural Language :: English
Topic :: Software Development :: Libraries
Topic :: Utilities
keywords =
httpq
[extras]
dev =
pytest
pytest-cov
coveralls
sphinx
sphinx-copybutton
sphinx-autobuild
furo
[files]
packages =
httpq
[flake8]
max-line-length = 88