From 2d583fa6e0e4ab0cced2968e5110414f9a37bfa3 Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Mon, 15 Jul 2019 19:34:03 -0500 Subject: [PATCH] add install construct.yaml --- installer/construct.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 installer/construct.yaml diff --git a/installer/construct.yaml b/installer/construct.yaml new file mode 100644 index 0000000..81444cc --- /dev/null +++ b/installer/construct.yaml @@ -0,0 +1,15 @@ +name: conda4armv7l_installer +version: 1.0.0 + +channels: + - http://conda.anaconda.org/c4armv7l + +conda_default_channels: + - http://conda.anaconda.org/c4armv7l + +license_file: ../LICENSE.txt + +specs: + - python + - conda + - pip