-
Notifications
You must be signed in to change notification settings - Fork 11
/
pyproject.toml
33 lines (30 loc) · 894 Bytes
/
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
32
33
[build-system]
requires = [
"Cython~=3.0.11",
"setuptools>=35.0.2",
]
build-backend = "setuptools.build_meta"
[project]
name = "wsaccel"
description = "Accelerator for ws4py and AutobahnPython"
version = "0.6.7"
requires-python = ">= 3.9"
readme = "README.rst"
authors = [
{name = "Inada Naoki", email="[email protected]"},
]
license = {text = "Apache 2.0"}
classifiers = [
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
[project.urls]
Website = "https://github.com/methane/wsaccel"