Skip to content

Commit

Permalink
Excluding venvs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Dec 25, 2023
1 parent 309e0ec commit a7d4328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = ("async_mocketize", "mocketize", "Mocket", "MocketEntry", "Mocketizer")

__version__ = "3.12.1"
__version__ = "3.12.2"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ include = [
"mocket/",
"tests/",
]
exclude = [
".*",
]

0 comments on commit a7d4328

Please sign in to comment.