Commit 3a981689 authored by Luke Macken's avatar Luke Macken

Some readme updates, and mark as 2.0beta2

parent 36cbc75c
......@@ -3,7 +3,11 @@ pyrasite
.. split here
Injects code into a running Python process.
Pyrasite lets you to inject arbitrary code into an unaltered running Python
process.
It also contains a graphical interface that makes it easy to monitor and
introspect running processes.
Requirements
~~~~~~~~~~~~
......
......@@ -3,7 +3,7 @@ from .inspect import ObjectInspector
from .ipc import PyrasiteIPC
from .reverse import ReverseConnection, ReversePythonConnection
__version__ = '2.0beta'
__version__ = '2.0beta2'
__all__ = ('CodeInjector', 'ObjectInspector', 'PyrasiteIPC',
'ReverseConnection', 'ReversePythonConnection')
__license__ = """\
......
from setuptools import setup, find_packages
version = '2.0beta'
version = '2.0beta2'
f = open('README.rst')
long_description = f.read().split('split here')[1]
......
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