Skip to content

Commit

Permalink
Merge pull request #136 from schireson/dc/add-typing
Browse files Browse the repository at this point in the history
fix: Add missing py.typed.
  • Loading branch information
DanCardin committed Jan 11, 2022
2 parents ee787cc + b422bec commit 7950e5f
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 7950e5f

Please sign in to comment.