Fixed description rendering on PyPI #1

Merged
StrikerRUS merged 1 commit from patch-1 into master 2018-10-22 01:03:34 +02:00
Showing only changes of commit e411e65db0 - Show all commits

View file

@ -19,6 +19,7 @@ setup(
description="UPnP for asyncio",
keywords="upnp asyncio",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/lbryio/aioupnp",
license=__license__,
packages=find_packages(),