setup.py: Set long_description_content_type

Otherwise, Warehouse (new PyPI) refuses the upload...
This commit is contained in:
Florian Bruhin 2018-05-29 11:23:10 +02:00
parent b3c95c1668
commit 52c44d3da6

View File

@ -77,6 +77,7 @@ try:
version='.'.join(str(e) for e in _get_constant('version_info')),
description=_get_constant('description'),
long_description=read_file('README.asciidoc'),
long_description_content_type='text/plain',
url='https://www.qutebrowser.org/',
author=_get_constant('author'),
author_email=_get_constant('email'),