make PyTorch Lightning PEP 561 Compliant (#3187)
* Added py.typed. * Move py.typed inclusion to MANIFEST.in * Added path separator for inclusion
This commit is contained in:
parent
b36c5e86d0
commit
f7dac3ff6c
|
@ -28,6 +28,9 @@ exclude *.toml
|
|||
exclude *.svg
|
||||
recursive-include pytorch_lightning *.py
|
||||
|
||||
# Include marker file for PEP 561
|
||||
include pytorch_lightning/py.typed
|
||||
|
||||
# include examples
|
||||
recursive-include pl_examples *.py *.md *.sh *.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue