From b14e9a48e25b83cf43c3932bb466ce283dc02b0d Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 1 Sep 2015 22:39:59 +0200 Subject: [PATCH] fix project url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4ee54f..7a5a73e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( license='MIT', author='holger krekel and contributors', author_email='pytest-dev@python.org,holger@merlinux.eu', - url='http://bitbucket.org/hpk42/pytest-xdist', + url='https://github.com/pytest-dev/pytest-xdist', platforms=['linux', 'osx', 'win32'], packages=['xdist'], entry_points={