mirror of
https://github.com/go-gitea/gitea
synced 2025-01-24 23:37:47 +01:00
8b8bdb30fb
The PyPI name regexp is too restrictive and only permits lowercase characters. This PR adjusts the regexp to add in support for uppercase characters. Fix #21014