From 4d1c7f3d264e16429e66150d472d75e8a4dcafff Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Mon, 11 Dec 2023 14:35:55 +0100 Subject: [PATCH] chore: fix pypi publishing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd4e63e..ccbeff9 100755 --- a/setup.py +++ b/setup.py @@ -3,4 +3,4 @@ from setuptools import setup -setup() +setup(long_description_content_type="text/markdown")