summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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/',