From d2778708f6a1d50dee2bdcaee428cf8014afc3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Sun, 25 Oct 2020 21:58:34 +0200 Subject: [PATCH] Fix long_description_content_type typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e3049cd..7900914a 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def drf_yasg_setup(**kwargs): license='BSD License', description='Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.', long_description=description, - long_description_content_type='test/x-rst', + long_description_content_type='text/x-rst', url='https://github.com/axnsan12/drf-yasg', author='Cristi V.', author_email='cristi@cvjd.me',