Skip to content

Commit

Permalink
additional setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Feb 11, 2025
1 parent 18f43eb commit b04895e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ push = false
[tool.bumpver.file_patterns]
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
"mumble/__init__.py" = ['__version__ = "{version}"']

[tool.setuptools.packages.find]
include = ["mumble*"]

0 comments on commit b04895e

Please sign in to comment.