Skip to content

Commit

Permalink
fix: Add content type to package long description
Browse files Browse the repository at this point in the history
This will allow the package to be uploaded to pypi, as it was failing
checks.
  • Loading branch information
sijis committed Oct 10, 2020
1 parent 1acd6d4 commit 807cbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def read(fname, encoding='ascii'):
author="errbot.io",
author_email="[email protected]",
description="Errbot is a chatbot designed to be simple to extend with plugins written in Python.",
long_description_content_type="text/markdown",
long_description=''.join([read('README.rst'), '\n\n', changes]),
license="GPL",
keywords="xmpp irc slack hipchat gitter tox chatbot bot plugin chatops",
Expand Down

0 comments on commit 807cbe5

Please sign in to comment.