We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f10af51 + 2dcb23e commit 0e4d0eaCopy full SHA for 0e4d0ea
1 file changed
setup.py
@@ -46,7 +46,7 @@ def find_version(*file_paths):
46
version=find_version("memory_profiler.py"),
47
author='Fabian Pedregosa',
48
author_email='f@bianp.net',
49
- url='http://pypi.python.org/pypi/memory_profiler',
+ url='https://github.com/pythonprofilers/memory_profiler',
50
py_modules=['memory_profiler', 'mprof'],
51
entry_points={
52
'console_scripts' : ['mprof = mprof:main'],
0 commit comments