blob: 08f80da7de21328508e05cce21aad70e944c4285 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2025-09-16 01:33:40 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
[project]
-name = "Nikola"
+name = "nikola"
version = "8.3.3"
description = "A modular, fast, simple, static website and blog generator"
readme = "README.rst"
@@ -111,7 +111,7 @@ exclude = ["tests", "tests.*"]
"docs/theming.rst",
"docs/extending.rst"
]
-"share/man/man1" = ["docs/man/nikola.1.gz"]
+#"share/man/man1" = ["docs/man/nikola.1.gz"]
[tool.pydocstyle]
add-ignore = ["D412", "D413"]
|