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:
parent
4218d69abc
commit
4d0754ffb9
|
|
@ -32,6 +32,7 @@ setup(
|
||||||
package implements an interpreter for a dialect of Joy that attempts to
|
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
|
stay very close to the spirit of Joy but does not precisely match the
|
||||||
behaviour of the original version written in C.'''),
|
behaviour of the original version written in C.'''),
|
||||||
|
long_description_content_type='text/plain',
|
||||||
author='Simon Forman',
|
author='Simon Forman',
|
||||||
author_email='sforman@hushmail.com',
|
author_email='sforman@hushmail.com',
|
||||||
url='https://joypy.osdn.io',
|
url='https://joypy.osdn.io',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue