From f60e74b6880d48c350e4ee65243f95dce4c5388f Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Thu, 11 Jun 2020 18:41:06 +0800 Subject: [PATCH] add yaml file in package --- python-cryptography.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python-cryptography.yaml diff --git a/python-cryptography.yaml b/python-cryptography.yaml new file mode 100644 index 0000000..123d46b --- /dev/null +++ b/python-cryptography.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: cryptography +tag_prefix: "^v" +seperator: "." -- Gitee