1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ole Streicher <olebole@debian.org>
Date: Tue, 13 Dec 2016 09:41:39 +0100
Subject: Disable astropy-helpers copy
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index cc67de4..206e6f8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,7 +23,7 @@ open_files_ignore = "astropy.log" "/etc/hosts"
bitmap = static/wininst_background.bmp
[ah_bootstrap]
-auto_use = True
+auto_use = False
[pep8]
# E101 - mix of tabs and spaces
|