Skip to content

Commit 5189b0f

Browse files
committed
updates setup.py
1 parent 947e1ab commit 5189b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
version=__version__,
1313
author='Stefano Apostolico',
1414
author_email='[email protected]',
15-
url='http://pypi.python.org/pypi/pytest-echo/',
15+
url='https://github.com/saxix/pytest-echo',
1616
py_modules=['pytest_echo'],
1717
entry_points={'pytest11': ['echo = pytest_echo']},
1818
install_requires=['pytest>=2.2'],

0 commit comments

Comments
 (0)