mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
zfec: shorter short description
This commit is contained in:
parent
267821eb51
commit
69f2ecc768
@ -59,7 +59,7 @@ trove_classifiers=[
|
|||||||
|
|
||||||
setup(name='zfec',
|
setup(name='zfec',
|
||||||
version='1.0.0a3',
|
version='1.0.0a3',
|
||||||
summary='a fast C implementation of Reed-Solomon erasure coding with command-line, C, and Python interfaces',
|
summary='a fast erasure code with command-line, C, and Python interfaces',
|
||||||
description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks.',
|
description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks.',
|
||||||
author='Zooko O\'Whielacronx',
|
author='Zooko O\'Whielacronx',
|
||||||
author_email='zooko@zooko.com',
|
author_email='zooko@zooko.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user