From ca643e729e585d4077c0e84de97a020d04bf551a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 12 Dec 2022 20:34:04 -0600 Subject: fix for twine upload to pypi --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 009dc0e..8770a01 100644 --- a/setup.py +++ b/setup.py @@ -2,5 +2,6 @@ from setuptools import setup setup( setup_requires=['pbr'], - pbr=True + pbr=True, + long_description_content_type="text/markdown" ) -- cgit v1.2.3-54-g00ecf