[pygobject] setup.py: fix user_access_control option



commit cd01f8ce1373f28b1427dd847bef44f747f1e6b3
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Fri Mar 18 17:06:08 2011 +0100

    setup.py: fix user_access_control option

 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index 02cce00..74b9141 100755
--- a/setup.py
+++ b/setup.py
@@ -324,7 +324,7 @@ else:
 
 doclines = __doc__.split('\n')
 options = {'bdist_wininst': {'install_script': 'pygobject_postinstall.py',
-                             'user-access-control': 'auto'}}
+                             'user_access_control': 'auto'}}
 
 setup(name='pygobject',
       url='http://www.pygtk.org/',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]