kopia lustrzana https://github.com/micropython/micropython-lib
upysh: Release 0.6.
rodzic
c5b01d18fd
commit
1e83b27b9d
|
@ -1,6 +1,5 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = module
|
type = module
|
||||||
version = 0.5
|
version = 0.6
|
||||||
author = Paul Sokolovsky
|
|
||||||
desc = Minimalistic file shell using native Python syntax.
|
desc = Minimalistic file shell using native Python syntax.
|
||||||
long_desc = Minimalistic file shell using native Python syntax.
|
long_desc = Minimalistic file shell using native Python syntax.
|
||||||
|
|
|
@ -6,11 +6,11 @@ from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='micropython-upysh',
|
setup(name='micropython-upysh',
|
||||||
version='0.5',
|
version='0.6',
|
||||||
description='Minimalistic file shell using native Python syntax.',
|
description='Minimalistic file shell using native Python syntax.',
|
||||||
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',
|
||||||
author='Paul Sokolovsky',
|
author='MicroPython Developers',
|
||||||
author_email='micro-python@googlegroups.com',
|
author_email='micro-python@googlegroups.com',
|
||||||
maintainer='MicroPython Developers',
|
maintainer='MicroPython Developers',
|
||||||
maintainer_email='micro-python@googlegroups.com',
|
maintainer_email='micro-python@googlegroups.com',
|
||||||
|
|
Ładowanie…
Reference in New Issue