[Zope-CVS] CVS: Products/ExternalEditor - setup.py:1.3
Casey Duncan
casey at zope.com
Mon Jul 12 17:34:19 EDT 2004
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv3320
Modified Files:
setup.py
Log Message:
Modify for use with py2exe 0.5
=== Products/ExternalEditor/setup.py 1.2 => 1.3 ===
--- Products/ExternalEditor/setup.py:1.2 Tue Apr 1 14:43:09 2003
+++ Products/ExternalEditor/setup.py Mon Jul 12 17:33:49 2004
@@ -11,4 +11,6 @@
setup(name='zopeedit',
scripts=['zopeedit.py'],
+ windows=['zopeedit.py'],
+ options={"py2exe": {"packages": ["encodings", "Plugins", "win32com"]}},
packages=packages)
More information about the Zope-CVS
mailing list