Skip to content

Commit d166c3f

Browse files
eeriiryneeverett
authored andcommitted
Fix setuptools find package
1 parent 4d053da commit d166c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ todoist = "bugwarrior.services.todoist:TodoistService"
9595
bugwarrior = "bugwarrior.config.ini2toml_plugin:activate"
9696

9797
[tool.setuptools.packages.find]
98-
where = ["bugwarrior"]
98+
include = ["bugwarrior*"]
9999

100100
[build-system]
101101
requires = ["setuptools"]

0 commit comments

Comments
 (0)