From 7f3a249cf2f547c347e7c2e2735caf57c250370e Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 8 Jun 2022 13:58:36 -0400 Subject: [PATCH] Fix MIME type for long_description --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index aa04677..5df738c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ name = gcn-kafka description = Kafka client for NASA's General Coordinates Network (GCN) license = CC0-1.0 long_description = file:README.md +long_description_content_type = text/markdown author = Leo Singer, Tom Barclay, Eric Burns author_email = leo.p.singer@nasa.gov, tb@umbc.edu, ericburns@lsu.edu classifiers =