X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=zfec%2Fsetup.py;h=ba5f45b5246c0599e572b613026292bd80062231;hb=5055b92039941daa125be3cffb21e345bf5f3a3c;hp=f82e9a3f25dee9c2df3b70deb2baf73e28b18479;hpb=8ec38163ae62c90ba4914f6cd770d3ffc6743729;p=tahoe-lafs%2Fzfec.git diff --git a/zfec/setup.py b/zfec/setup.py index f82e9a3..ba5f45b 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -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,