Add a content type description to keep twine happy.
This commit is contained in:
parent
f03978d89c
commit
006380832d
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue