File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11srctype = micropython-lib
22type = package
3- version = 1.0
3+ version = 1.0.1
44author = Paul Sokolovsky
5- long_desc = Lightweight MQTT client for MicroPython.
5+ desc = Lightweight MQTT client for MicroPython.
6+ long_desc = README.rst
Original file line number Diff line number Diff line change 66
77
88setup (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 = 'micro-python@googlegroups.com' ,
You can’t perform that action at this time.
0 commit comments