add package info (#359)

* add package info #358

* Update __init__.py

* Update __init__.py
This commit is contained in:
Jirka Borovec
2019-10-18 10:01:32 +02:00
committed by William Falcon
parent d30a3bf17a
commit a7f26a67ac
2 changed files with 18 additions and 6 deletions
+10
View File
@@ -7,3 +7,13 @@ __all__ = [
'LightningModule',
'data_loader',
]
__version__ = '0.5.2.1'
__author__ = ' William Falcon et al.'
__author_email__ = 'waf2107@columbia.edu'
__license__ = 'Apache-2.0'
__homepage__ = 'https://github.com/williamFalcon/pytorch-lightning',
__doc__ = """# PyTorch Lightning
The lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.
"""