[pygobject/pygobject-2-28] setup.py: fix user_access_control option
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/pygobject-2-28] setup.py: fix user_access_control option
- Date: Mon, 21 Mar 2011 10:02:20 +0000 (UTC)
commit aed7582de1c0623042601c8038a7631fa41d087d
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]