Update python-manifest-config.json

This commit is contained in:
Alice King Tai Poon 2022-06-05 16:15:33 +08:00 committed by GitHub
parent 6727040f84
commit 75de75d5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?(x\\d+)",
"groups": {
"arch": 2,
"arch": 4,
"platform": 2,
"platform_version": 3
}