Skip to content

Commit 5e4d969

Browse files
committed
fix exclude / include in pyproject.toml
1 parent 6985f79 commit 5e4d969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ dev = [
4747
py-modules = ["cms_bluebutton"]
4848

4949
[tool.setuptools.packages.find]
50-
include = ["cms_bluebutton*"]
50+
include = ["cms_bluebutton"]
5151
exclude = ["cms_bluebutton.tests.*"]

0 commit comments

Comments
 (0)