Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacken committed Mar 12, 2012
1 parent e4743ef commit 262d15b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
@@ -1,6 +1,8 @@
pyrasite
========

.. split here
Injects code into a running Python process.

Requirements
Expand All @@ -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
~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
version = '2.0beta'

f = open('README.rst')
long_description = f.read()
long_description = f.read().split('split here')[1]
f.close()

setup(name='pyrasite',
Expand Down

0 comments on commit 262d15b

Please sign in to comment.