Skip to content

Commit 37f8273

Browse files
committed
upysh: Add short description (for PyPI search results).
1 parent 12d4566 commit 37f8273

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

upysh/metadata.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ srctype = micropython-lib
22
type = module
33
version = 0.4
44
author = Paul Sokolovsky
5+
desc = Minimalistic file shell using native Python syntax.
56
long_desc = Minimalistic file shell using native Python syntax.

upysh/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(name='micropython-upysh',
99
version='0.4',
10-
description='upysh module for MicroPython',
10+
description='Minimalistic file shell using native Python syntax.',
1111
long_description='Minimalistic file shell using native Python syntax.',
1212
url='https://github.com/micropython/micropython/issues/405',
1313
author='Paul Sokolovsky',

0 commit comments

Comments
 (0)