[Epydoc-commits] SF.net SVN: epydoc: [1532] trunk/epydoc/src/setup.py
Brought to you by:
edloper
|
From: <dva...@us...> - 2007-02-19 01:23:59
|
Revision: 1532
http://svn.sourceforge.net/epydoc/?rev=1532&view=rev
Author: dvarrazzo
Date: 2007-02-18 17:23:58 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
- Added script apirst2html.py to the package.
Modified Paths:
--------------
trunk/epydoc/src/setup.py
Modified: trunk/epydoc/src/setup.py
===================================================================
--- trunk/epydoc/src/setup.py 2007-02-18 23:07:25 UTC (rev 1531)
+++ trunk/epydoc/src/setup.py 2007-02-19 01:23:58 UTC (rev 1532)
@@ -19,6 +19,8 @@
else:
SCRIPTS = ['scripts/epydoc', 'scripts/epydocgui']
+SCRIPTS.append('scripts/apirst2html.py')
+
setup(name="epydoc",
description="Edward Loper's API Documentation Generation Tool",
version=VERSION,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|