[pygobject/pygobject-2-28] setup.py: Set bdist_wininst user-access-control property
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/pygobject-2-28] setup.py: Set bdist_wininst user-access-control property
- Date: Wed, 2 Mar 2011 18:08:46 +0000 (UTC)
commit e016486cbb24f696ebfc0cf1f457ec4e37a123cb
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Fri Feb 11 17:14:11 2011 +0100
setup.py: Set bdist_wininst user-access-control property
setup.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index afdfe08..02cce00 100755
--- a/setup.py
+++ b/setup.py
@@ -323,7 +323,8 @@ else:
GLOBAL_MACROS.append(('DISABLE_THREADING', 1))
doclines = __doc__.split('\n')
-options = {'bdist_wininst': {'install_script': 'pygobject_postinstall.py'}}
+options = {'bdist_wininst': {'install_script': 'pygobject_postinstall.py',
+ '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]