Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
211 Bytes
# include
include *.rst
include LICENSE
include README.md
include VERSION
include MANIFEST.in
# exclude from sdist
recursive-exclude onnxscript *.onnx
recursive-exclude onnxscript *_test.py
prune */__pycache__