Skip to content

Commit

Permalink
fix: Add missingn py.typed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin committed Jan 11, 2022
1 parent ee787cc commit b422bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-mock-resources"
version = "2.1.10"
version = "2.1.11"
description = "A pytest plugin for easily instantiating reproducible mock resources."
authors = [
"Omar Khan <oakhan3@gmail.com>",
Expand All @@ -18,6 +18,7 @@ packages = [
readme = 'README.md'
include = [
"*.md",
"py.typed",
]

[tool.poetry.dependencies]
Expand Down
Empty file.

0 comments on commit b422bec

Please sign in to comment.