From a9cf4f79eb0a3e882429dbde0e7bfd0bc6ee975f Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Fri, 12 Jun 2020 17:43:42 +0800 Subject: [PATCH] add yaml file in package --- pyOpenSSL.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyOpenSSL.yaml diff --git a/pyOpenSSL.yaml b/pyOpenSSL.yaml new file mode 100644 index 0000000..1078841 --- /dev/null +++ b/pyOpenSSL.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: pyca/pyopenssl +tag_prefix: ^ +seperator: . \ No newline at end of file -- Gitee