diff --git a/setup.py b/setup.py index 187b241..d97e98f 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( description="Pre-packaged prototype-based " "machine learning models using ProtoTorch and PyTorch-Lightning.", long_description=long_description, + long_description_content_type="text/markdown", author="Alexander Engelsberger", author_email="engelsbe@hs-mittweida.de", url=PROJECT_URL,