projects
/
invirt/packages/python-afs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mark _init as global in pyafs_error
[invirt/packages/python-afs.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
47cf789
..
1f28113
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-36,10
+36,11
@@
def PyAFSExtension(module, *args, **kwargs):
setup(
name="PyAFS",
setup(
name="PyAFS",
- version="0.0.0",
+ version="0.1.1",
description="PyAFS - Python bindings for AFS",
author="Evan Broder",
author_email="broder@mit.edu",
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'],
license="GPL",
requires=['Cython'],
packages=['afs', 'afs.tests'],