]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: shorter short description
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 20 Apr 2007 19:37:16 +0000 (12:37 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 20 Apr 2007 19:37:16 +0000 (12:37 -0700)
zfec/setup.py

index 78408cf69d806b6756e50ff600248d32c40b9e3b..5eafd5ab0a5ec127b02cfdf47bac7c016fd949e2 100644 (file)
@@ -59,7 +59,7 @@ trove_classifiers=[
 
 setup(name='zfec',
       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.',
       author='Zooko O\'Whielacronx',
       author_email='zooko@zooko.com',