From 1e8c7d36051c6930d3a13ee51387fe085d864cbe Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Fri, 2 Apr 2021 15:36:04 +0200 Subject: [PATCH] fix: missing content type for long description --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c053916..fb59bd0 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,6 @@ keywords=["api", "wrapper", "country", "countries"], install_requires=["requests"], long_description=open("README.md").read(), + long_description_content_type="text/markdown", classifiers=["Programming Language :: Python :: 3 :: Only"], )