Fix long description for pypi.

This commit is contained in:
Alexander Engelsberger 2021-05-10 17:12:54 +02:00
parent f49db0bf2c
commit e323f9d4ca

View File

@ -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,