Skip to content

Commit

Permalink
Test VCS install with find_namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Sep 20, 2023
1 parent ac59fc3 commit 887eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
"BL_Python.web" = "BL_Python/web"

[tool.setuptools.packages]
find = {namespaces = true}
find = {}

[project.scripts]
bl-python-scaffold = "BL_Python.web.scaffolding.__main__:scaffold"
Expand Down

0 comments on commit 887eb6c

Please sign in to comment.