mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-08-21 11:20:03 +08:00
need to fix readme for pypi
This commit is contained in:
@@ -47,8 +47,8 @@ setup(
|
||||
download_url='https://github.com/williamFalcon/pytorch-lightning',
|
||||
license=pytorch_lightning.__license__,
|
||||
packages=find_packages(exclude=['examples']),
|
||||
long_description=open('README.md', encoding='utf-8').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
#long_description=open('README.md', encoding='utf-8').read(),
|
||||
#long_description_content_type='text/markdown',
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
keywords=['deep learning', 'pytorch', 'AI'],
|
||||
|
||||
Reference in New Issue
Block a user