From 3e3d8e04dbf0c9c8cca8671454911bacb571b485 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Wed, 6 May 2020 16:39:10 +0800 Subject: [PATCH] add scipy.yaml --- scipy.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scipy.yaml diff --git a/scipy.yaml b/scipy.yaml new file mode 100644 index 0000000..bb7b10a --- /dev/null +++ b/scipy.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: scipy/scipy +tag_prefix: ^v +seperator: . -- Gitee