From 482bf34ff4d397efc5fb53ea3405d152bcd426d0 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Wed, 5 Mar 2025 16:20:20 +0100 Subject: [PATCH] update comment --- libs/patchwheel/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/patchwheel/parse.go b/libs/patchwheel/parse.go index c6fe9c152..d820930da 100644 --- a/libs/patchwheel/parse.go +++ b/libs/patchwheel/parse.go @@ -11,7 +11,7 @@ import ( type WheelInfo struct { Distribution string // Package distribution name Version string // Package version - Tags []string // Python tags (python_tag, abi_tag, platform_tag) + Tags []string // [optional build tag,] python_tag, abi_tag, platform_tag } // calculateNewVersion generates a new version string and filename based on the wheel info and modification time.