[Assorted-commits] SF.net SVN: assorted: [769] python-afx/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 07:06:21
|
Revision: 769 http://assorted.svn.sourceforge.net/assorted/?rev=769&view=rev Author: yangzhang Date: 2008-05-09 00:06:26 -0700 (Fri, 09 May 2008) Log Message: ----------- added publisher Added Paths: ----------- python-afx/trunk/publish.bash Added: python-afx/trunk/publish.bash =================================================================== --- python-afx/trunk/publish.bash (rev 0) +++ python-afx/trunk/publish.bash 2008-05-09 07:06:26 UTC (rev 769) @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +post-stage() { + epydoc -o $stagedir/doc src/afx/ +} + +fullname='AFX' +version=0.1 +license=psf +websrcs=( README ) +rels=( pypi: ) +. assorted.bash "$@" Property changes on: python-afx/trunk/publish.bash ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |