Skip to content

Commit 216ff3f

Browse files
committed
setup.cfg: fix URL
ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ '"https://github.com/ansible-community/ansible-bender"' is an invalid value for Home-Page. Error: Invalid URI See https://packaging.python.org/specifications/core-metadata for more information. Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
1 parent 7af0d0f commit 216ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 1
33

44
[metadata]
55
name = ansible-bender
6-
url = "https://github.com/ansible-community/ansible-bender"
6+
url = https://github.com/ansible-community/ansible-bender
77
description = A tool which builds container images using Ansible playbooks
88
long_description = file: README.md
99
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)