-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 857 Bytes
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 857 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
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools==80.9.0"]
[project]
name = "httptools"
dynamic = ["version"]
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Environment :: Web Environment",
"Development Status :: 5 - Production/Stable",
]
requires-python = ">=3.9"
authors = [
{name = "Yury Selivanov", email="yury@magic.io"},
]
license = "MIT"
license-files = [
"LICENSE",
"vendor/http-parser/LICENSE-MIT",
"vendor/llhttp/LICENSE",
]
description = "A collection of framework independent HTTP protocol utils."
readme = "README.md"
[project.urls]
Homepage = "https://github.com/MagicStack/httptools"
[project.optional-dependencies]
test = [] # for backward compatibility