Skip to content

Commit 91cfac0

Browse files
authored
Excluding venvs. (#212)
1 parent 309e0ec commit 91cfac0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

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

6-
__version__ = "3.12.1"
6+
__version__ = "3.12.2"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ include = [
7777
"mocket/",
7878
"tests/",
7979
]
80+
exclude = [
81+
".*",
82+
]

0 commit comments

Comments
 (0)