Skip to content

Commit 2c00f8a

Browse files
authored
Merge pull request #4170 from RonnyPfannschmidt/fix-metadata-url-quotes
Fix metadata url quotes
2 parents 54b8ad4 + 456715a commit 2c00f8a

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 @@
33
name = pytest
44
description = pytest: simple powerful testing with Python
55
long_description = file: README.rst
6-
url = "https://docs.pytest.org/en/latest/"
6+
url = https://docs.pytest.org/en/latest/
77
project_urls =
88
Source=https://github.com/pytest-dev/pytest
99
Tracker=https://github.com/pytest-dev/pytest/issues

0 commit comments

Comments
 (0)