Adding upstream version 0.57+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2fc3916faf
commit
e9dcc5f21d
6 changed files with 520 additions and 304 deletions
|
@ -4,7 +4,7 @@ requires = ["setuptools"]
|
|||
|
||||
[project]
|
||||
name = "jinjax"
|
||||
version = "0.56"
|
||||
version = "0.57"
|
||||
description = "Replace your HTML templates with Python server-Side components"
|
||||
authors = [
|
||||
{name = "Juan Pablo Scaletti", email = "juanpablo@jpscaletti.com"},
|
||||
|
@ -16,7 +16,6 @@ classifiers = [
|
|||
"Environment :: Web Environment",
|
||||
"Intended Audience :: Developers",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
|
@ -34,14 +33,13 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
whitenoise = ["whitenoise"]
|
||||
whitenoise = ["whitenoise ~= 6.9.0"]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://jinjax.scaletti.dev/"
|
||||
repository = "https://github.com/jpsca/jinjax"
|
||||
documentation = "https://jinjax.scaletti.dev/guides/"
|
||||
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ipdb >= 0.13",
|
||||
|
@ -61,7 +59,6 @@ test = [
|
|||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue