Add a content type description to keep twine happy.

This commit is contained in:
Russell Keith-Magee 2020-10-24 10:01:33 +08:00
parent f03978d89c
commit 006380832d
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -13,6 +13,7 @@ setup(
version="1.0.5",
description="A Python wrapper for Andrew Tridgell's spamsum algorithm",
long_description=long_description,
long_description_content_type='text/x-rst',
author="Russell Keith-Magee",
author_email="russell@keith-magee.com",
url='http://github.com/freakboy3742/pyspamsum/',