projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
205d465
)
setup: oh, and actually pass that string to setup() instead of re-reading the file...
author
zooko
<zooko@zooko.com>
Sun, 16 Jan 2011 17:54:44 +0000
(23:24 +0530)
committer
zooko
<zooko@zooko.com>
Sun, 16 Jan 2011 17:54:44 +0000
(23:24 +0530)
Ignore-this:
1f06b8595fe07c4c0fd53b9cc02d7bfc
darcs-hash:
0734bf35ade833bff743cfe20cdc12bb819ac7fd
zfec/setup.py
patch
|
blob
|
history
diff --git
a/zfec/setup.py
b/zfec/setup.py
index ba28995985745d125cc62b36cae2cd698c067060..09de475599e9a44e051cb39aa4f896e25569d6f8 100755
(executable)
--- 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,