From 35d3969b7ccaf78f85d1f01284fd1f9cce00b756 Mon Sep 17 00:00:00 2001 From: Earl <33796821+e-mags@users.noreply.github.com> Date: Thu, 13 Jun 2024 21:42:26 -0400 Subject: [PATCH] PyPI changes to setuptools arguments Requires markdown to be specified content type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1cb09b1..a1a0ca7 100644 --- a/setup.py +++ b/setup.py @@ -82,6 +82,7 @@ version="0.0.3", description="Surface roughness calculation with Python", long_description=(Path(__file__).parent/"README.md").read_text(), + long_description_content_type='text/markdown', author="Earl Magsipoc", author_email="e.magsipoc@mail.utoronto.ca", url="https://github.com/e-mags/pysurfaceroughness",