From 4d0754ffb9db64db9fec6d75138677388ca4c687 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Wed, 9 Mar 2022 13:15:49 -0800 Subject: [PATCH] long_description_content_type shut up twine warning. Hey PyPA where is the list of valid content types? Is it just MIME types? --- implementations/Python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations/Python/setup.py b/implementations/Python/setup.py index 22e6260..f6c0938 100755 --- a/implementations/Python/setup.py +++ b/implementations/Python/setup.py @@ -32,6 +32,7 @@ setup( package implements an interpreter for a dialect of Joy that attempts to stay very close to the spirit of Joy but does not precisely match the behaviour of the original version written in C.'''), + long_description_content_type='text/plain', author='Simon Forman', author_email='sforman@hushmail.com', url='https://joypy.osdn.io',