kopia lustrzana https://github.com/micropython/micropython-lib
xmltok: Release 0.2.
rodzic
fdf984d07d
commit
da9228c9b2
|
@ -1,5 +1,5 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = module
|
type = module
|
||||||
version = 0.1.1
|
version = 0.2
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
long_desc = Simple XML tokenizer
|
long_desc = Simple XML tokenizer
|
||||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
||||||
import optimize_upip
|
import optimize_upip
|
||||||
|
|
||||||
setup(name='micropython-xmltok',
|
setup(name='micropython-xmltok',
|
||||||
version='0.1.1',
|
version='0.2',
|
||||||
description='xmltok module for MicroPython',
|
description='xmltok module for MicroPython',
|
||||||
long_description='Simple XML tokenizer',
|
long_description='Simple XML tokenizer',
|
||||||
url='https://github.com/micropython/micropython-lib',
|
url='https://github.com/micropython/micropython-lib',
|
||||||
|
|
Ładowanie…
Reference in New Issue