From b84a0163eff03daa1765267cdd1e5d7a53614c2e Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 21 Dec 2008 03:22:42 -0600 Subject: [PATCH] MIT License? Did I say MIT License? I meant GPL. Signed-off-by: Evan Broder --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e7b770..39447bb 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( description="PyAFS - Python bindings for AFS", author="Evan Broder", author_email="broder@mit.edu", - license="MIT", + license="GPL", requires=['Pyrex'], packages=find_packages(), ext_modules=[ -- 1.7.9.5