Skip to content

Commit b35229d

Browse files
committedNov 6, 2019
need to fix readme for pypi
1 parent 978519f commit b35229d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def load_requirements(path_dir=PATH_ROOT, comment_char='#'):
4747
download_url='https://github.com/williamFalcon/pytorch-lightning',
4848
license=pytorch_lightning.__license__,
4949
packages=find_packages(exclude=['examples']),
50-
long_description=open('README.md', encoding='utf-8').read(),
51-
long_description_content_type='text/markdown',
50+
#long_description=open('README.md', encoding='utf-8').read(),
51+
#long_description_content_type='text/markdown',
5252
include_package_data=True,
5353
zip_safe=False,
5454
keywords=['deep learning', 'pytorch', 'AI'],

0 commit comments

Comments
 (0)
Failed to load comments.