Use https; save a redirect
This commit is contained in:
parent
2e090896d5
commit
bde3d1a0cd
2
setup.py
2
setup.py
|
@ -92,7 +92,7 @@ def main():
|
||||||
description="pytest: simple powerful testing with Python",
|
description="pytest: simple powerful testing with Python",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
use_scm_version={"write_to": "src/_pytest/_version.py"},
|
use_scm_version={"write_to": "src/_pytest/_version.py"},
|
||||||
url="http://pytest.org",
|
url="https://docs.pytest.org/en/latest/",
|
||||||
project_urls={
|
project_urls={
|
||||||
"Source": "https://github.com/pytest-dev/pytest",
|
"Source": "https://github.com/pytest-dev/pytest",
|
||||||
"Tracker": "https://github.com/pytest-dev/pytest/issues",
|
"Tracker": "https://github.com/pytest-dev/pytest/issues",
|
||||||
|
|
Loading…
Reference in New Issue