setup(
name="PyAFS",
- version="0.1.0",
+ version="0.1.1",
description="PyAFS - Python bindings for AFS",
author="Evan Broder",
author_email="broder@mit.edu",
+ url="http://github.com/ebroder/pyafs/",
license="GPL",
requires=['Cython'],
packages=['afs', 'afs.tests'],