From 7d85851a1b8697730db12150c9271f401913ade5 Mon Sep 17 00:00:00 2001
From: zooko <zooko@zooko.com>
Date: Sun, 16 Jan 2011 23:24:44 +0530
Subject: [PATCH] setup: oh, and actually pass that string to setup() instead
 of re-reading the file...

Ignore-this: 1f06b8595fe07c4c0fd53b9cc02d7bfc

darcs-hash:0734bf35ade833bff743cfe20cdc12bb819ac7fd
---
 zfec/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.45.2