From ef4a652778ace127e40aa4097200d2707e440417 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Mon, 11 Nov 2024 18:52:28 -0800 Subject: [PATCH] Add missing entry point --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26e1a946..e331abdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,8 +66,8 @@ dev = [ snowbench = "snowfakery.tools.snowbench:main" snowfakery = "snowfakery.cli:main" -[project.entry-points.plugin-namespace] -snowfakery = "snowfakery.cli:main" +[project.entry-points."mkdocs.plugins"] +snowfakery_fakes = "snowfakery.tools.mkdocs:Plugin" [project.urls] Homepage = "https://github.com/SFDO-Tooling/Snowfakery" @@ -76,7 +76,6 @@ Homepage = "https://github.com/SFDO-Tooling/Snowfakery" [tool.hatch.version] path = "snowfakery/__about__.py" - [tool.hatch.build] include = ["snowfakery", "snowfakery/**/*", "README.md"] # Exclude the 'snowfakery.docs' package