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