From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Fri, 20 Apr 2007 19:37:16 +0000 (+0530)
Subject: zfec: shorter short description
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22news.html/(%5B%5E?a=commitdiff_plain;h=1f6d0430279cee6d4359d9e35090623853114703;p=tahoe-lafs%2Fzfec.git

zfec: shorter short description

darcs-hash:dbead7f110e12ff9c353d51fdd924fe74583a9e1
---

diff --git a/zfec/setup.py b/zfec/setup.py
index 78408cf..5eafd5a 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -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',