long_description_content_type

shut up twine warning.

Hey PyPA where is the list of valid content types? Is it just MIME
types?
This commit is contained in:
Simon Forman 2022-03-09 13:15:49 -08:00
parent 4218d69abc
commit 4d0754ffb9
1 changed files with 1 additions and 0 deletions

View File

@ -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',