From: <bl...@us...> - 2003-03-19 01:42:34
|
Update of /cvsroot/pywebsvcs/zsi In directory sc8-pr-cvs1:/tmp/cvs-serv6223 Modified Files: setup.py Log Message: added ZSI.wsdl package Index: setup.py =================================================================== RCS file: /cvsroot/pywebsvcs/zsi/setup.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- setup.py 18 Mar 2003 17:44:27 -0000 1.2 +++ setup.py 19 Mar 2003 01:42:31 -0000 1.3 @@ -21,7 +21,7 @@ name="ZSI", version=_version, licence="Python", - packages=[ "ZSI", ], + packages=[ "ZSI", "ZSI.wsdl" ], description="Zolera SOAP Infrastructure", author="Rich Salz", author_email="rs...@zo...", |