kopia lustrzana https://github.com/micropython/micropython-lib
upysh: Add short description (for PyPI search results).
rodzic
12d4566773
commit
37f8273715
|
@ -2,4 +2,5 @@ srctype = micropython-lib
|
|||
type = module
|
||||
version = 0.4
|
||||
author = Paul Sokolovsky
|
||||
desc = Minimalistic file shell using native Python syntax.
|
||||
long_desc = Minimalistic file shell using native Python syntax.
|
||||
|
|
|
@ -7,7 +7,7 @@ from setuptools import setup
|
|||
|
||||
setup(name='micropython-upysh',
|
||||
version='0.4',
|
||||
description='upysh module for MicroPython',
|
||||
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',
|
||||
author='Paul Sokolovsky',
|
||||
|
|
Ładowanie…
Reference in New Issue