-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 910 Bytes
/
pyproject.toml
File metadata and controls
26 lines (24 loc) · 910 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
[build-system]
requires = ["maturin>=1.9,<2.0"]
build-backend = "maturin"
[project]
name = "neutraltemplate"
description = "Neutralts template engine for the Web, python package"
readme = "README.md"
license = "Apache License 2.0"
keywords = ["template-engine", "web", "jinja2", "flask"]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[tool.maturin]
features = ["pyo3/extension-module"]
[project.urls]
Homepage = "https://github.com/FranBarInstance/neutralts"
Documentation = "https://franbarinstance.github.io/neutralts-docs/docs/neutralts/"
Repository = "https://github.com/FranBarInstance/neutraltemplate"
Rust = "https://crates.io/crates/neutralts"
Issues = "https://github.com/FranBarInstance/neutraltemplate/issues"