summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-03-17 18:26:49 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-03-17 18:26:49 +0100
commit401a9c1ea01b33dad5f2ca9e2659617389d4f074 (patch)
tree5d55822bf4857014558237f7abc6dbecd241e34d
parentb8c3c7904f7fd329905ddef29dc4f1e2830c550e (diff)
downloadpygtk-401a9c1ea01b33dad5f2ca9e2659617389d4f074.tar.gz
setup.py: fix user_access_control option
-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/',