Use the pypi project page as the default homepage for pip generator
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-10-10 14:04:01 -07:00
parent 6effa2d8fe
commit 484c8ba055
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name='{{.name | tolower}}'
version='{{.version}}'
release='1'
desc='{{.description}}'
homepage='https://example.com'
homepage='https://pypi.org/project/{{.name}}/'
maintainer='Example <user@example.com>'
architectures=('all')
license=('custom:Unknown')