Skip to content

Commit f8f5fa3

Browse files
committed
fix name qualifier
1 parent 6a00eb7 commit f8f5fa3

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
@@ -49,7 +49,7 @@ def find_version(*file_paths):
4949
url='http://pypi.python.org/pypi/memory_profiler',
5050
py_modules=['memory_profiler', 'mprof'],
5151
entry_points={
52-
'console_scripts' : ['mprof:main'],
52+
'console_scripts' : ['mprof = mprof:main'],
5353
},
5454
install_requires=['psutil'],
5555
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],

0 commit comments

Comments
 (0)