Update python-manifest-config.json

This commit is contained in:
Alice King Tai Poon 2022-06-05 16:12:04 +08:00 committed by GitHub
parent 52a0d71efd
commit 8da79e8628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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