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:
Mario Ishac 2020-09-09 10:37:03 -07:00 committed by GitHub
parent b36c5e86d0
commit f7dac3ff6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File