From b50040969a03f7566ffcb468336e875d21486113 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 11 Mar 2022 13:53:33 -0800 Subject: Set long_description_content_type Otherwise, `twine check` warns warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Change-Id: I272f50c523fbc425f169ebdcf2f4ba8e938ee1f4 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e6003cf..6eef16a 100644 --- a/setup.py +++ b/setup.py @@ -253,6 +253,7 @@ setup(name='pyeclib', "License :: OSI Approved :: BSD License", ], long_description=open('README.rst', 'r').read(), + long_description_content_type='text/x-rst', platforms='Linux', license='BSD', ext_modules=[module], -- cgit v1.2.1