fix url quotes in setup.cfg metadata
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
name = pytest
|
||||
description = pytest: simple powerful testing with Python
|
||||
long_description = file: README.rst
|
||||
url = "https://docs.pytest.org/en/latest/"
|
||||
url = https://docs.pytest.org/en/latest/
|
||||
project_urls =
|
||||
Source=https://github.com/pytest-dev/pytest
|
||||
Tracker=https://github.com/pytest-dev/pytest/issues
|
||||
|
||||
Reference in New Issue
Block a user