release update (#1405)

* exclude tests

* compress image

* compress image

* update Manifest

* update action
This commit is contained in:
Jirka Borovec
2020-04-07 14:04:32 -04:00
committed by GitHub
parent b780807e73
commit 466655bcda
4 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ setup(
url=pytorch_lightning.__homepage__,
download_url='https://github.com/PyTorchLightning/pytorch-lightning',
license=pytorch_lightning.__license__,
packages=find_packages(exclude=['tests']),
packages=find_packages(exclude=['tests', 'tests/*', 'benchmarks']),
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',