Skip to content

Commit 2dcb23e

Browse files
authored
link from PyPI to github
it's useless using the PyPI project url in setup.py because it's only used on the PyPI page
1 parent f10af51 commit 2dcb23e

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)