From 7f7567e5889479b0351e774e1f089b06fbfb349d Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Sat, 6 Jul 2019 11:12:05 -0400 Subject: [PATCH] Twine's check function did not check this field so it exploded when I tried to upload --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a2d095..f7b54af 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): version=5.7, description='An unofficial extension to Marshmallow to allow for polymorphic fields', long_description=read('README.rst'), - long_description_content_type='text/rst', + long_description_content_type='text/x-rst', author='Matt Bachmann', author_email='bachmann.matt@gmail.com', url='https://github.com/Bachmann1234/marshmallow-polyfield',