Use https; save a redirect

This commit is contained in:
Steve Piercy 2018-08-28 14:34:39 -07:00
parent 2e090896d5
commit bde3d1a0cd
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def main():
description="pytest: simple powerful testing with Python",
long_description=long_description,
use_scm_version={"write_to": "src/_pytest/_version.py"},
url="http://pytest.org",
url="https://docs.pytest.org/en/latest/",
project_urls={
"Source": "https://github.com/pytest-dev/pytest",
"Tracker": "https://github.com/pytest-dev/pytest/issues",