[Zope-CVS] CVS: Products/ExternalEditor/win32 - buildexe.bat:1.2 setup.py:NONE
Casey Duncan
casey@zope.com
Tue, 1 Apr 2003 12:01:39 -0500
Update of /cvs-repository/Products/ExternalEditor/win32
In directory cvs.zope.org:/tmp/cvs-serv14060/win32
Modified Files:
buildexe.bat
Removed Files:
setup.py
Log Message:
Move setup.py to satisfy distutils
Remove Plugins dependency assertion in zopeedit.py
Add explict package include for Plugins
=== Products/ExternalEditor/win32/buildexe.bat 1.1 => 1.2 ===
--- Products/ExternalEditor/win32/buildexe.bat:1.1 Thu Jun 20 00:46:40 2002
+++ Products/ExternalEditor/win32/buildexe.bat Tue Apr 1 12:01:38 2003
@@ -1 +1,2 @@
-c:\python22\python setup.py py2exe -w -e Tkinter
+cd ..
+c:\python22\python setup.py py2exe -w -p Plugins -e Tkinter
=== Removed File Products/ExternalEditor/win32/setup.py ===