From 980553e8ad4f3122fca8962444f175ed77b81c7d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 12 Mar 2022 21:01:56 -0600 Subject: define long_description_content_type --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 33ee30719..17434313e 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( version=VERSION, description='The Pyramid Web Framework, a Pylons project', long_description=README + '\n\n' + CHANGES, - long_description_content_type = 'text/x-rst', + long_description_content_type='text/x-rst', classifiers=[ "Development Status :: 6 - Mature", "Intended Audience :: Developers", -- cgit v1.2.3