mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add MANIFEST.in (#52908)
Summary: Do not build PyTorch if `setup.py` is called with 'sdist' option Regenerate bundled license while sdist package is being built Refactor `check_submodules` out of `build_deps` and check that submodules project are present during source package build stage. Test that sdist package is configurable during `asan-build` step Fixes https://github.com/pytorch/pytorch/issues/52843 Pull Request resolved: https://github.com/pytorch/pytorch/pull/52908 Reviewed By: walterddr Differential Revision: D26685176 Pulled By: malfet fbshipit-source-id: 972a40ae36e194c0b4e0fc31c5e1af1e7a815185
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b5ae8e69a7
commit
272dfc7bb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -237,6 +237,7 @@ caffe2/version.py
|
||||
# setup.py intermediates
|
||||
.eggs
|
||||
caffe2.egg-info
|
||||
MANIFEST
|
||||
|
||||
# Atom/Watchman required file
|
||||
.watchmanconfig
|
||||
|
Reference in New Issue
Block a user