Skip to content

Commit 9567aae

Browse files
lkctpytorchmergebot
authored andcommitted
Package torch/*.pyi type hints (pytorch#103016)
Including `torch._VF` and `torch.return_types` These are generated by: https://github.com/pytorch/pytorch/blob/4003e96ca1e54df58772870eb779c66e4b6e51fb/tools/pyi/gen_pyi.py#L1139-L1155 Ref pytorch#99541 Pull Request resolved: pytorch#103016 Approved by: https://github.com/Skylion007
1 parent 2585250 commit 9567aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ def main():
10521052
'py.typed',
10531053
'bin/*',
10541054
'test/*',
1055+
'*.pyi',
10551056
'_C/*.pyi',
10561057
'cuda/*.pyi',
10571058
'fx/*.pyi',

0 commit comments

Comments
 (0)