Skip to content

Commit 7bc041e

Browse files
committed
upip: Release 1.0.
1 parent 7b3a2c0 commit 7bc041e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

upip/metadata.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.8
3+
version = 1.0
44
author = Paul Sokolovsky
5-
extra_modules = upip_errno, upip_gzip, upip_utarfile
5+
extra_modules = upip_utarfile
66
desc = Simple package manager for MicroPython.
7-
long_desc = Simple package manager for MicroPython, targetting to be self-hosted (but not yet there). Compatible only with packages without custom setup.py code.
7+
long_desc = Simple self-hosted package manager for MicroPython (requires usocket, ussl, uzlib, uctypes builtin modules). Compatible only with packages without custom setup.py code.

upip/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77

88
setup(name='micropython-upip',
9-
version='0.8',
9+
version='1.0',
1010
description='Simple package manager for MicroPython.',
11-
long_description='Simple package manager for MicroPython, targetting to be self-hosted (but not yet there). Compatible only with packages without custom setup.py code.',
11+
long_description='Simple self-hosted package manager for MicroPython (requires usocket, ussl, uzlib, uctypes builtin modules). Compatible only with packages without custom setup.py code.',
1212
url='https://github.com/micropython/micropython/issues/405',
1313
author='Paul Sokolovsky',
1414
author_email='micro-python@googlegroups.com',
1515
maintainer='MicroPython Developers',
1616
maintainer_email='micro-python@googlegroups.com',
1717
license='MIT',
18-
py_modules=['upip', 'upip_errno', 'upip_gzip', 'upip_utarfile'])
18+
py_modules=['upip', 'upip_utarfile'])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy