fix url quotes in setup.cfg metadata
This commit is contained in:
parent
54b8ad4554
commit
456715a5c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue