From d5548816bc239e06bcdbf1a6a6facb88914110dc Mon Sep 17 00:00:00 2001 From: gaochao_100 Date: Mon, 15 Jun 2020 10:16:17 +0800 Subject: [PATCH] add yaml file in package --- python-urllib3.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python-urllib3.yaml diff --git a/python-urllib3.yaml b/python-urllib3.yaml new file mode 100644 index 0000000..08c270e --- /dev/null +++ b/python-urllib3.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: urllib3/urllib3 +tag_prefix: ^v +seperator: . -- Gitee