Skip to content

Commit 4fe3646

Browse files
committed
Added mplot to setup.py
1 parent a17bdc8 commit 4fe3646

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
@@ -28,7 +28,7 @@
2828
author_email='fabian@fseoane.net',
2929
url='http://pypi.python.org/pypi/memory_profiler',
3030
py_modules=['memory_profiler'],
31-
scripts=["mprofile"],
31+
scripts=["mprofile", "mplot"],
3232
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
3333
license='Simplified BSD'
3434

0 commit comments

Comments
 (0)