We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17bdc8 commit 4fe3646Copy full SHA for 4fe3646
setup.py
@@ -28,7 +28,7 @@
28
author_email='fabian@fseoane.net',
29
url='http://pypi.python.org/pypi/memory_profiler',
30
py_modules=['memory_profiler'],
31
- scripts=["mprofile"],
+ scripts=["mprofile", "mplot"],
32
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
33
license='Simplified BSD'
34
0 commit comments