kopia lustrzana https://github.com/micropython/micropython-lib
upip: Release 1.1.
rodzic
e25148e860
commit
d1bc4918c5
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 1.0
|
||||
version = 1.1
|
||||
author = Paul Sokolovsky
|
||||
extra_modules = upip_utarfile
|
||||
desc = Simple package manager for MicroPython.
|
||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
|
||||
|
||||
setup(name='micropython-upip',
|
||||
version='1.0',
|
||||
version='1.1',
|
||||
description='Simple package manager for MicroPython.',
|
||||
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.',
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
|
|
Ładowanie…
Reference in New Issue