Skip to content

Commit 0e4d0ea

Browse files
authored
Merge pull request #254 from graingert/patch-1
link from PyPI to github
2 parents f10af51 + 2dcb23e commit 0e4d0ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def find_version(*file_paths):
4646
version=find_version("memory_profiler.py"),
4747
author='Fabian Pedregosa',
4848
author_email='f@bianp.net',
49-
url='http://pypi.python.org/pypi/memory_profiler',
49+
url='https://github.com/pythonprofilers/memory_profiler',
5050
py_modules=['memory_profiler', 'mprof'],
5151
entry_points={
5252
'console_scripts' : ['mprof = mprof:main'],

0 commit comments

Comments
 (0)