[Python-checkins] python/nondist/sandbox/setuptools/setuptools.egg-info entry_points.txt, 1.8, 1.9
pje@users.sourceforge.net
pje at users.sourceforge.net
Sat Sep 24 22:30:00 CEST 2005
Update of /cvsroot/python/python/nondist/sandbox/setuptools/setuptools.egg-info
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30448/setuptools.egg-info
Modified Files:
entry_points.txt
Log Message:
Support generating .pyw/.exe wrappers for Windows GUI scripts, and
"normal" #! wrappers for GUI scripts on other platforms.
Index: entry_points.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setuptools.egg-info/entry_points.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- entry_points.txt 18 Sep 2005 04:02:38 -0000 1.8
+++ entry_points.txt 24 Sep 2005 20:29:57 -0000 1.9
@@ -24,6 +24,7 @@
rotate = setuptools.command.rotate:rotate
develop = setuptools.command.develop:develop
setopt = setuptools.command.setopt:setopt
+build_py = setuptools.command.build_py:build_py
saveopts = setuptools.command.saveopts:saveopts
egg_info = setuptools.command.egg_info:egg_info
upload = setuptools.command.upload:upload
More information about the Python-checkins
mailing list