]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/setup.py
docs: update README.rst
[tahoe-lafs/zfec.git] / zfec / setup.py
index f82e9a3f25dee9c2df3b70deb2baf73e28b18479..ba5f45b5246c0599e572b613026292bd80062231 100755 (executable)
@@ -150,7 +150,7 @@ data_files = [(doc_loc, data_fnames)]
 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=open('README.rst').read(),
       author='Zooko O\'Whielacronx',
       author_email='zooko@zooko.com',
       url='http://tahoe-lafs.org/trac/'+PKG,