[gnoduino] force full source install in sdist target
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] force full source install in sdist target
- Date: Tue, 1 May 2012 17:46:40 +0000 (UTC)
commit c697e49e4ebe41ac4a099066959a7f6c852b6c50
Author: Lucian Langa <lucilanga gnome org>
Date: Mon Apr 30 10:38:28 2012 +0200
force full source install in sdist target
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index d9c583d..fabde10 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ global forcesdk
forcesdk = False
for arg in sys.argv[1:]:
- if arg == 'forcesdk': forcesdk = True
+ if arg == 'forcesdk' or arg == 'sdist': forcesdk = True
try: sys.argv.remove('forcesdk')
except: pass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]