pyproject.toml aktualisiert
This commit is contained in:
parent
e518bb85bf
commit
ded91f1b10
|
|
@ -6,13 +6,10 @@ build-backend = "setuptools.build_meta"
|
||||||
name = "forgejo-blog-manager"
|
name = "forgejo-blog-manager"
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
description = "Blog-Manager für Uberspace 8 mit Marvin API und Pelican"
|
description = "Blog-Manager für Uberspace 8 mit Marvin API und Pelican"
|
||||||
authors = [
|
authors = [{name = "Ihre Autorin", email = "autorin@example.com"}]
|
||||||
{name = "Ihre Autorin", email = "autorin@example.com"}
|
|
||||||
]
|
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Flask",
|
"Flask",
|
||||||
"GitPython",
|
"GitPython",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue