From 8c37f9b62f4e7c4c8f190c906ff8932254078276 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Wed, 28 Feb 2024 20:13:07 +0100 Subject: [PATCH] Add missing setup() parameter --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b5a3f21..48ee550 100755 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ version=git_version, description="ps and top for Human Beings", long_description=LONG_DESCRIPTION, + long_description_content_type="text/x-rst", author="Johan Walles", author_email="johan.walles@gmail.com", url="https://github.com/walles/px",