Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Some documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwardill committed Jun 30, 2011
1 parent c161901 commit c8c6aed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
12 changes: 9 additions & 3 deletions doc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
****************
sk.recipe.jython
****************
*********************
isotoma.recipe.jython
*********************

This is a Buildout_ recipe that automates the download, configuration, and
deployment of Jython_, the Python_ environment implemented in Java_.
Expand Down Expand Up @@ -269,6 +269,12 @@ That's pretty much it.
Changelog
=========

0.0.2
-----

Forked from sk.recipe.jython.
* Added extra-classpaths that become set in the jython start up file

0.0.0
-----

Expand Down
8 changes: 0 additions & 8 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _read(*rnames):
_header,
_read('README.txt'),
_read('docs', 'INSTALL.txt'),
_read('sk', 'recipe', 'jython', 'README.txt'),
_read('isotoma', 'recipe', 'jython', 'README.txt'),
_read('docs', 'HISTORY.txt'),
])
open('doc.txt', 'w').write(_longDesc)
Expand Down

0 comments on commit c8c6aed

Please sign in to comment.