Skip to content

Commit b04895e

Browse files
additional setup
1 parent 18f43eb commit b04895e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ push = false
5959
[tool.bumpver.file_patterns]
6060
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
6161
"mumble/__init__.py" = ['__version__ = "{version}"']
62+
63+
[tool.setuptools.packages.find]
64+
include = ["mumble*"]

0 commit comments

Comments
 (0)