[pygtk] setup.py: set user-access-control to auto in the options dict instead of relying on the build script



commit 0b535a9dbf5aa9c4095401d79f80e99c285a2313
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Sun Feb 6 17:10:35 2011 +0100

    setup.py: set user-access-control to auto in the options dict instead of relying on the build script to do it

 setup.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index 366d59f..3d352da 100755
--- a/setup.py
+++ b/setup.py
@@ -354,7 +354,8 @@ else:
 
 
 doclines = __doc__.split('\n')
-options = {'bdist_wininst': {'install_script': 'pygtk_postinstall.py'}}
+options = {'bdist_wininst': {'install_script': 'pygtk_postinstall.py',
+                             'user-access-control': 'auto'}}
 
 setup(name='pygtk',
       url='http://www.pygtk.org/',



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