mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +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',
|
download_url='https://github.com/williamFalcon/pytorch-lightning',
|
||||||
license=pytorch_lightning.__license__,
|
license=pytorch_lightning.__license__,
|
||||||
packages=find_packages(exclude=['examples']),
|
packages=find_packages(exclude=['examples']),
|
||||||
long_description=open('README.md', encoding='utf-8').read(),
|
#long_description=open('README.md', encoding='utf-8').read(),
|
||||||
long_description_content_type='text/markdown',
|
#long_description_content_type='text/markdown',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords=['deep learning', 'pytorch', 'AI'],
|
keywords=['deep learning', 'pytorch', 'AI'],
|
||||||
|
|||||||
Reference in New Issue
Block a user