From af4b02bf46be2d9e601bab421db6656eb48e117d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 May 2018 11:23:10 +0200 Subject: setup.py: Set long_description_content_type Otherwise, Warehouse (new PyPI) refuses the upload... (cherry picked from commit 52c44d3da623573170e6f40070bef9e2f6e84427) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index da44c1fd6..226b0a73e 100755 --- a/setup.py +++ b/setup.py @@ -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'), -- cgit v1.2.3-54-g00ecf