Include all Caffe2 headers in Python installations (#16124)

Summary:
Confirmed on a local run that all the additional headers are present. This shouldn't be caught in any existing tests though.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16124

Differential Revision: D13720773

Pulled By: pjh5

fbshipit-source-id: 22a42639f5649cac555ecc5a8b6760a8cbfcf01f
This commit is contained in:
Jesse Hellemn
2019-01-17 13:37:04 -08:00
committed by Facebook Github Bot
parent 0282318bea
commit 99b029aca3

View File

@ -868,8 +868,7 @@ if __name__ == '__main__':
'lib/include/c10/cuda/impl/*.h',
'lib/include/c10/hip/*.h',
'lib/include/c10/hip/impl/*.h',
'lib/include/caffe2/core/*.h',
'lib/include/caffe2/proto/*.h',
'lib/include/caffe2/**/*.h',
'lib/include/torch/*.h',
'lib/include/torch/csrc/*.h',
'lib/include/torch/csrc/api/include/torch/*.h',