kopia lustrzana https://github.com/micropython/micropython-lib
upysh: Release 0.3.
rodzic
47b8dd03ad
commit
c2385790a4
|
@ -1,5 +1,5 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = module
|
type = module
|
||||||
version = 0.2
|
version = 0.3
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
long_desc = Minimalistic file shell using native Python syntax.
|
long_desc = Minimalistic file shell using native Python syntax.
|
||||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='micropython-upysh',
|
setup(name='micropython-upysh',
|
||||||
version='0.2',
|
version='0.3',
|
||||||
description='upysh module for MicroPython',
|
description='upysh module for MicroPython',
|
||||||
long_description='Minimalistic file shell using native Python syntax.',
|
long_description='Minimalistic file shell using native Python syntax.',
|
||||||
url='https://github.com/micropython/micropython/issues/405',
|
url='https://github.com/micropython/micropython/issues/405',
|
||||||
|
|
Ładowanie…
Reference in New Issue