aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-09-18 04:02:38 +0000
committerPJ Eby <distutils-sig@python.org>2005-09-18 04:02:38 +0000
commit3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364 (patch)
tree8d7e9cdd0b67976e4a34e4949e039ecb6ccac491 /setuptools.txt
parent673ac23e93f64a287c16a0d0ea45ba9ab9379d2d (diff)
downloadexternal_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.gz
external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.bz2
external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.zip
setuptools 0.6a2 release
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041247
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index b7166ae4..ec6f443e 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -39,6 +39,9 @@ Feature Highlights:
without needing to create a ``MANIFEST.in`` file, and without having to force
regeneration of the ``MANIFEST`` file when your source tree changes.
+* Automatically generate wrapper scripts or Windows (console) .exe files for
+ any number of "main" functions in your project.
+
* Transparent Pyrex support, so that your setup.py can list ``.pyx`` files and
still work even when the end-user doesn't have Pyrex installed (as long as
you include the Pyrex-generated C in your source distribution)