We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a00eb7 commit f8f5fa3Copy full SHA for f8f5fa3
setup.py
@@ -49,7 +49,7 @@ def find_version(*file_paths):
49
url='http://pypi.python.org/pypi/memory_profiler',
50
py_modules=['memory_profiler', 'mprof'],
51
entry_points={
52
- 'console_scripts' : ['mprof:main'],
+ 'console_scripts' : ['mprof = mprof:main'],
53
},
54
install_requires=['psutil'],
55
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
0 commit comments