From 401a9c1ea01b33dad5f2ca9e2659617389d4f074 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Thu, 17 Mar 2011 18:26:49 +0100 Subject: setup.py: fix user_access_control option --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f225bb9..f2628aa9 100755 --- a/setup.py +++ b/setup.py @@ -358,7 +358,7 @@ else: doclines = __doc__.split('\n') options = {'bdist_wininst': {'install_script': 'pygtk_postinstall.py', - 'user-access-control': 'auto'}} + 'user_access_control': 'auto'}} setup(name='pygtk', url='http://www.pygtk.org/', -- cgit v1.2.1