Update MANIFEST.in
This commit is contained in:
parent
d56a8f9992
commit
7812a1339a
|
@ -12,6 +12,7 @@ include LICENSE
|
|||
|
||||
exclude *.sh
|
||||
exclude *.toml
|
||||
exclude *.svg
|
||||
recursive-include examples *.py
|
||||
recursive-include pytorch_lightning *.py
|
||||
|
||||
|
@ -33,4 +34,4 @@ prune .git
|
|||
prune .github
|
||||
prune notebook*
|
||||
prune temp*
|
||||
prune test*
|
||||
prune test*
|
||||
|
|
Loading…
Reference in New Issue