From 1031d3d7efef07223ee8d79b57d8e4c6c8c605a3 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Tue, 14 May 2024 18:46:11 +0200 Subject: [PATCH] Provide "wcmatch" from pypi (#7) This commit provides wcmatch from pypi.org for python 3.8 --- repository.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 591f583..1efe89f 100644 --- a/repository.json +++ b/repository.json @@ -1432,8 +1432,13 @@ "releases": [ { "base": "https://github.com/facelessuser/sublime-wcmatch", - "python_versions": ["3.3", "3.8"], + "python_versions": ["3.3"], "tags": true + }, + { + "base": "https://pypi.org/project/wcmatch", + "asset": "wcmatch-*-py3-none-any", + "python_versions": ["3.8"] } ] },