We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06deb5 commit 3c10088Copy full SHA for 3c10088
setup.py
@@ -38,8 +38,7 @@ def run(self):
38
license='MIT License',
39
description='py.test plugin to test server connections locally.',
40
long_description=read('README'),
41
- url='http://bitbucket.org/pytest-dev/pytest-localserver/',
42
- download_url='http://bitbucket.org/pytest-dev/pytest-localserver/downloads/',
+ url='https://github.com/pytest-dev/pytest-localserver',
43
44
packages=['pytest_localserver'],
45
install_requires=[
0 commit comments