update comment

This commit is contained in:
Denis Bilenko 2025-03-05 16:20:20 +01:00
parent 97dedaba7f
commit 482bf34ff4
1 changed files with 1 additions and 1 deletions

View File

@ -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.