|
From: <bov...@us...> - 2007-11-01 22:29:09
|
Revision: 1433
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1433&view=rev
Author: boverhof
Date: 2007-11-01 15:29:14 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
M RELEASE
M MANIFEST.in
-- update to release, need to get license in dist
Modified Paths:
--------------
trunk/zsi/MANIFEST.in
trunk/zsi/RELEASE
Modified: trunk/zsi/MANIFEST.in
===================================================================
--- trunk/zsi/MANIFEST.in 2007-11-01 22:28:41 UTC (rev 1432)
+++ trunk/zsi/MANIFEST.in 2007-11-01 22:29:14 UTC (rev 1433)
@@ -1,8 +1,8 @@
include CHANGES
-recursive-include ZSI *.py
+recursive-include ZSI *
recursive-include scripts *
recursive-include samples WSGI
-recursive-include test *.py README
+recursive-include test *
recursive-include doc *
recursive-exclude doc *.tex
Modified: trunk/zsi/RELEASE
===================================================================
--- trunk/zsi/RELEASE 2007-11-01 22:28:41 UTC (rev 1432)
+++ trunk/zsi/RELEASE 2007-11-01 22:29:14 UTC (rev 1433)
@@ -69,9 +69,9 @@
9. Build the release from the export. Switch to the export directory
(the one containing setup.py) and run **make kit**.
- Create eggs for supported python versions:
+ Create eggs and tarball for supported python versions:
- python setup.py bdist_egg
+ % make kit
10. Rename the PDF documentation. If the patchlevel from setug.cfg is
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|