kopia lustrzana https://github.com/micropython/micropython-lib
utarfile: Release 0.2.
rodzic
6b0dafde63
commit
7315442c7b
|
@ -1,5 +1,5 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.1.1
|
||||
version = 0.2
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight tarfile module subset
|
||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
|
||||
|
||||
setup(name='micropython-utarfile',
|
||||
version='0.1.1',
|
||||
version='0.2',
|
||||
description='utarfile module for MicroPython',
|
||||
long_description='Lightweight tarfile module subset',
|
||||
url='https://github.com/micropython/micropython/issues/405',
|
||||
|
|
Ładowanie…
Reference in New Issue