Fix long description for pypi.
This commit is contained in:
parent
f49db0bf2c
commit
e323f9d4ca
1
setup.py
1
setup.py
@ -31,6 +31,7 @@ setup(
|
|||||||
description="Pre-packaged prototype-based "
|
description="Pre-packaged prototype-based "
|
||||||
"machine learning models using ProtoTorch and PyTorch-Lightning.",
|
"machine learning models using ProtoTorch and PyTorch-Lightning.",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
author="Alexander Engelsberger",
|
author="Alexander Engelsberger",
|
||||||
author_email="engelsbe@hs-mittweida.de",
|
author_email="engelsbe@hs-mittweida.de",
|
||||||
url=PROJECT_URL,
|
url=PROJECT_URL,
|
||||||
|
Loading…
Reference in New Issue
Block a user