Skip to content

Commit ac3fb58

Browse files
committed
Add py.typed file
1 parent b094be0 commit ac3fb58

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

crashtest/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ readme = "README.md"
99
homepage = "https://github.com/sdispater/crashtest"
1010
repository = "https://github.com/sdispater/crashtest"
1111

12+
include = [
13+
{ path = "crashtest/py.typed" },
14+
]
15+
1216
[tool.poetry.dependencies]
1317
python = "^3.7"
1418

0 commit comments

Comments
 (0)