long_description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The zfec package includes command-line tools, C API, Python API, and Haskell API',
author='Zooko O\'Whielacronx',
author_email='zooko@zooko.com',
- url='http://allmydata.org/source/'+PKG,
+ url='http://allmydata.org/trac/'+PKG,
license='GNU GPL',
dependency_links=dependency_links,
install_requires=["argparse >= 0.8", "pyutil >= 1.3.5"],