Skip to content

Commit 6dbeb3e

Browse files
committed
move to src layout and fix docs_dir git finding regression
1 parent c7341c5 commit 6dbeb3e

File tree

15 files changed

+28
-14
lines changed

15 files changed

+28
-14
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
keywords = ["mkdocs", "git", "contributors", "committers", "authors", "plugin"]
1414
urls = {Homepage = "https://github.com/timvink/mkdocs-git-authors-plugin"}
15-
version = "0.9.3"
15+
version = "0.9.4"
1616
requires-python = ">=3.8"
1717
dependencies = ["mkdocs>=1.0"]
1818
classifiers = [
@@ -34,6 +34,9 @@ classifiers = [
3434
[project.entry-points."mkdocs.plugins"]
3535
git-authors = "mkdocs_git_authors_plugin.plugin:GitAuthorsPlugin"
3636

37+
[tool.setuptools]
38+
package-dir = {"" = "src"}
39+
3740
[dependency-groups]
3841
dev = [
3942
"click>=8.1.8",
File renamed without changes.

0 commit comments

Comments
 (0)