kopia lustrzana https://github.com/micropython/micropython-lib
umqtt.simple: Release 1.0.1, better descriptions.
rodzic
1a6ee2b01f
commit
d316ee22f0
|
@ -1,5 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 1.0
|
||||
version = 1.0.1
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight MQTT client for MicroPython.
|
||||
desc = Lightweight MQTT client for MicroPython.
|
||||
long_desc = README.rst
|
||||
|
|
|
@ -6,9 +6,9 @@ from setuptools import setup
|
|||
|
||||
|
||||
setup(name='micropython-umqtt.simple',
|
||||
version='1.0',
|
||||
description='umqtt.simple module for MicroPython',
|
||||
long_description='Lightweight MQTT client for MicroPython.',
|
||||
version='1.0.1',
|
||||
description='Lightweight MQTT client for MicroPython.',
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
author='Paul Sokolovsky',
|
||||
author_email='micro-python@googlegroups.com',
|
||||
|
|
Ładowanie…
Reference in New Issue