From ffd6fe2d85392d05dc880b08080182894bb80e17 Mon Sep 17 00:00:00 2001 From: ultra_planet Date: Sat, 9 May 2020 09:32:40 +0800 Subject: [PATCH] add yaml file --- Cython.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cython.yaml diff --git a/Cython.yaml b/Cython.yaml new file mode 100644 index 0000000..c87d86d --- /dev/null +++ b/Cython.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: cython/cython +tag_prefix: "^v" +seperator: "." -- Gitee