From: zooko <zooko@zooko.com>
Date: Sun, 16 Jan 2011 17:54:44 +0000 (+0530)
Subject: setup: oh, and actually pass that string to setup() instead of re-reading the file...
X-Git-Url: https://git.rkrishnan.org/vdrive/%5B/%5D%20/quickstart.html?a=commitdiff_plain;h=7d85851a1b8697730db12150c9271f401913ade5;p=tahoe-lafs%2Fzfec.git

setup: oh, and actually pass that string to setup() instead of re-reading the file...

Ignore-this: 1f06b8595fe07c4c0fd53b9cc02d7bfc

darcs-hash:0734bf35ade833bff743cfe20cdc12bb819ac7fd
---

diff --git a/zfec/setup.py b/zfec/setup.py
index ba28995..09de475 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -148,7 +148,7 @@ if readmetext[:3] == '\xef\xbb\xbf':
 setup(name=PKG,
       version=verstr,
       description='a fast erasure codec which can be used with the command-line, C, Python, or Haskell',
-      long_description=open('README.rst').read(),
+      long_description=readmetext,
       author='Zooko O\'Whielacronx',
       author_email='zooko@zooko.com',
       url='http://tahoe-lafs.org/trac/'+PKG,