Skip to content

Commit 3c10088

Browse files
committed
Update URL in setup.py
1 parent a06deb5 commit 3c10088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def run(self):
3838
license='MIT License',
3939
description='py.test plugin to test server connections locally.',
4040
long_description=read('README'),
41-
url='http://bitbucket.org/pytest-dev/pytest-localserver/',
42-
download_url='http://bitbucket.org/pytest-dev/pytest-localserver/downloads/',
41+
url='https://github.com/pytest-dev/pytest-localserver',
4342

4443
packages=['pytest_localserver'],
4544
install_requires=[

0 commit comments

Comments
 (0)