Skip to content

Commit 722d53e

Browse files
authored
Create py.typed to allow type checkers (#114)
In pytorch/pytorch#157017 (comment), I realized we need this marker file to indicate that type checkers can check types on this package. It will be automatically include by setuptools Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent 629bd7d commit 722d53e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ path = [
2020
"**/*.yml",
2121
"CODEOWNERS",
2222
"MANIFEST.in",
23+
"py.typed",
2324
"requirements*.txt",
2425
"requirements/**/*.txt",
2526
]

py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)