We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f43eb commit b04895eCopy full SHA for b04895e
pyproject.toml
@@ -59,3 +59,6 @@ push = false
59
[tool.bumpver.file_patterns]
60
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
61
"mumble/__init__.py" = ['__version__ = "{version}"']
62
+
63
+[tool.setuptools.packages.find]
64
+include = ["mumble*"]
0 commit comments