Commit 262d15bf authored by Luke Macken's avatar Luke Macken

Documentation updates

parent e4743efa
pyrasite
========
.. split here
Injects code into a running Python process.
Requirements
......@@ -26,6 +28,10 @@ Grab the latest source by running:
You can also fork pyrasite on GitHub: http://github.com/lmacken/pyrasite
pyrasite-gui
~~~~~~~~~~~~
.. image:: http://lewk.org/img/pyrasite/pyrasite-info.png
API
~~~
......
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
version = '2.0beta'
f = open('README.rst')
long_description = f.read()
long_description = f.read().split('split here')[1]
f.close()
setup(name='pyrasite',
......
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