We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6ee2b commit d316ee2Copy full SHA for d316ee2
umqtt.simple/metadata.txt
@@ -1,5 +1,6 @@
1
srctype = micropython-lib
2
type = package
3
-version = 1.0
+version = 1.0.1
4
author = Paul Sokolovsky
5
-long_desc = Lightweight MQTT client for MicroPython.
+desc = Lightweight MQTT client for MicroPython.
6
+long_desc = README.rst
umqtt.simple/setup.py
@@ -6,9 +6,9 @@
7
8
setup(name='micropython-umqtt.simple',
9
- version='1.0',
10
- description='umqtt.simple module for MicroPython',
11
- long_description='Lightweight MQTT client for MicroPython.',
+ version='1.0.1',
+ description='Lightweight MQTT client for MicroPython.',
+ long_description=open('README.rst').read(),
12
url='https://github.com/micropython/micropython/issues/405',
13
author='Paul Sokolovsky',
14
author_email='[email protected]',
0 commit comments