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