Skip to content

Commit cfdb593

Browse files
committed
fix(packaging): refine setuptools package find
1 parent 582f422 commit cfdb593

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ include-package-data = true
171171
mkdocs_rss_plugin = ["templates/*.jinja2"]
172172

173173
[tool.setuptools.packages.find]
174-
where = ["mkdocs_rss_plugin"]
174+
include = ["mkdocs_rss_plugin"]
175+
namespaces = false
176+
where = ["."]
175177

176178
# setuptools-scm configuration
177179
[tool.setuptools_scm]

0 commit comments

Comments
 (0)