Skip to content

Commit d316ee2

Browse files
committed
umqtt.simple: Release 1.0.1, better descriptions.
1 parent 1a6ee2b commit d316ee2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

umqtt.simple/metadata.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
srctype = micropython-lib
22
type = package
3-
version = 1.0
3+
version = 1.0.1
44
author = Paul Sokolovsky
5-
long_desc = Lightweight MQTT client for MicroPython.
5+
desc = Lightweight MQTT client for MicroPython.
6+
long_desc = README.rst

umqtt.simple/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77

88
setup(name='micropython-umqtt.simple',
9-
version='1.0',
10-
description='umqtt.simple module for MicroPython',
11-
long_description='Lightweight MQTT client for MicroPython.',
9+
version='1.0.1',
10+
description='Lightweight MQTT client for MicroPython.',
11+
long_description=open('README.rst').read(),
1212
url='https://github.com/micropython/micropython/issues/405',
1313
author='Paul Sokolovsky',
1414
author_email='[email protected]',

0 commit comments

Comments
 (0)