pyproject.toml aktualisiert
This commit is contained in:
parent
b5aa41a16b
commit
769e33f4cf
|
|
@ -6,7 +6,13 @@ build-backend = "setuptools.build_meta"
|
|||
name = "forgejo-blog-manager"
|
||||
version = "0.1.3"
|
||||
description = "Blog-Manager für Uberspace 8 mit Marvin API und Pelican"
|
||||
authors = [
|
||||
{name = "Ihre Autorin", email = "autorin@example.com"}
|
||||
]
|
||||
license = {text = "MIT"}
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
dependencies = [
|
||||
"Flask",
|
||||
"GitPython",
|
||||
|
|
@ -21,4 +27,7 @@ blog-cli = "dlw.commands:main"
|
|||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
packages = ["dlw"]
|
||||
packages = ["dlw"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"dlw" = ["ssg_config/*", "ssg_config/templates/*"]
|
||||
Loading…
Reference in New Issue