From 0b283e96629a7a2a063cab972af94ef1cdeb5500 Mon Sep 17 00:00:00 2001 From: Bennett Kanuka Date: Wed, 4 Dec 2019 15:37:33 -0500 Subject: [PATCH] publishing to pypi --- setup.cfg | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..224a779 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index 437e896..2d87b18 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/bkanuka/trio-paho-mqtt', + download_url='https://github.com/bkanuka/trio-paho-mqtt/archive/v0.3.0.tar.gz', author_email='bkanuka@gmail.com', classifiers=[ 'Development Status :: 4 - Alpha',