We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978519f commit b35229dCopy full SHA for b35229d
setup.py
@@ -47,8 +47,8 @@ def load_requirements(path_dir=PATH_ROOT, comment_char='#'):
47
download_url='https://github.com/williamFalcon/pytorch-lightning',
48
license=pytorch_lightning.__license__,
49
packages=find_packages(exclude=['examples']),
50
- long_description=open('README.md', encoding='utf-8').read(),
51
- long_description_content_type='text/markdown',
+ #long_description=open('README.md', encoding='utf-8').read(),
+ #long_description_content_type='text/markdown',
52
include_package_data=True,
53
zip_safe=False,
54
keywords=['deep learning', 'pytorch', 'AI'],
0 commit comments