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: Sat, 5 Nov 2016 14:03:24 +0100
Subject: Use astropy_helpers provided by the system
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 158f196..2e88e35 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,7 +21,7 @@ asdf_schema_skip_examples = domain-1.0.0 frame-1.0.0 frame-1.1.0
addopts = --doctest-rst
[ah_bootstrap]
-auto_use = True
+auto_use = False
[metadata]
package_name = asdf
|