Skip to content

Commit

Permalink
Add missing entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Nov 12, 2024
1 parent 1d64bf7 commit ef4a652
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit ef4a652

Please sign in to comment.