publishing to pypi

This commit is contained in:
Bennett Kanuka 2019-12-04 15:37:33 -05:00
parent abbd723485
commit 0b283e9662
2 changed files with 3 additions and 0 deletions

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[metadata]
description-file = README.md

View File

@ -17,6 +17,7 @@ setup(
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
url='https://github.com/bkanuka/trio-paho-mqtt', 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', author_email='bkanuka@gmail.com',
classifiers=[ classifiers=[
'Development Status :: 4 - Alpha', 'Development Status :: 4 - Alpha',