-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 1012 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (33 loc) · 1012 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
34
35
36
[build-system]
build-backend = "mesonpy"
requires = [
"meson-python>=0.15",
"meson>=1.2.3",
"ninja",
]
[project]
name = "wrouter"
version = "1.0.1"
description = "Fast and deterministric symbolic Web URL route resolver."
authors = [
{ name="Damien Bezborodov", email="dbezborodov@gmail.com" },
]
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.8"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: C",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries",
]
[project.urls]
"Homepage" = "https://github.com/bezborodow/libwrouter"
"Bug Tracker" = "https://github.com/bezborodow/libwrouter/issues"
[tool.meson-python.args]
setup = ["-Dpython_package=true"]