We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5136744 commit 66348dfCopy full SHA for 66348df
2 files changed
py.typed
pyproject.toml
@@ -5,7 +5,7 @@ description = ""
5
authors = ["Simon Lindholm <simon.lindholm10@gmail.com>"]
6
license = "UNLICENSE"
7
readme = "README.md"
8
-packages = [{ include = "diff.py" }]
+packages = [{ include = "diff.py" }, { include = "py.typed" }]
9
10
[tool.poetry.dependencies]
11
python = "^3.7"
0 commit comments