Commit 666e95b2 authored by Luke Macken's avatar Luke Macken

Fix the pyrasite-memory-viewer installation

parent 0a3d0ba6
......@@ -88,7 +88,7 @@ Pyrasite also provides a tool to view the values of largest objects in your proc
::
$ python tools/memory-viewer.py <PID> objects.json
$ pyrasite-memory-viewer <PID> objects.json
.. image:: http://lewk.org/img/pyrasite-memory-viewer.png
......
......@@ -25,6 +25,7 @@ setup(name='pyrasite',
entry_points="""
[console_scripts]
pyrasite = pyrasite.main:main
pyrasite-memory-viewer = pyrasite.tools.memory_viewer:main
""",
classifiers=[
'Development Status :: 4 - Beta',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment