We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d4566 commit 37f8273Copy full SHA for 37f8273
upysh/metadata.txt
@@ -2,4 +2,5 @@ srctype = micropython-lib
2
type = module
3
version = 0.4
4
author = Paul Sokolovsky
5
+desc = Minimalistic file shell using native Python syntax.
6
long_desc = Minimalistic file shell using native Python syntax.
upysh/setup.py
@@ -7,7 +7,7 @@
7
8
setup(name='micropython-upysh',
9
version='0.4',
10
- description='upysh module for MicroPython',
+ description='Minimalistic file shell using native Python syntax.',
11
long_description='Minimalistic file shell using native Python syntax.',
12
url='https://github.com/micropython/micropython/issues/405',
13
author='Paul Sokolovsky',
0 commit comments