socketify.py/pyproject.toml

23 wiersze
686 B
TOML
Czysty Zwykły widok Historia

2022-11-24 21:51:53 +00:00
[build-system]
requires = ["cffi>=1.0","setuptools>=58.1"]
build-backend = "setuptools.build_meta"
[project]
name = "socketify"
2023-08-22 03:25:04 +00:00
version = "0.0.27"
2023-07-12 21:07:03 +00:00
dynamic = ["dependencies"]
2022-11-24 21:51:53 +00:00
authors = [
{ name="Ciro Spaciari", email="ciro.spaciari@gmail.com" },
]
description = "Bringing WebSockets, Http/Https High Performance servers for PyPy3 and Python3"
2022-11-24 21:51:53 +00:00
readme = "README.md"
2023-06-27 21:09:13 +00:00
requires-python = ">=3.8"
2022-11-24 21:51:53 +00:00
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/cirospaciari/socketify.py"
"Bug Tracker" = "https://github.com/cirospaciari/socketify.py/issues"