-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
executable file
·31 lines (29 loc) · 1.12 KB
/
pyproject.toml
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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "http_plus_purplelemons_dev"
version = "0.2.4"
authors = [
{name = "PurpleLemons", email = "[email protected]"}
]
description = "A high-level, dynamic HTTP server for Python. Quickly deploy simple servers, or customize complex, high-performance ones."
readme = "readme.md"
requires-python = ">=3.9"
license = {text= "GLPv3"}
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
[project.urls]
"Homepage" = "https://github.com/purplelemons-dev/httpplus"
"Bug Tracker" = "https://github.com/purplelemons-dev/httpplus/issues"