From 3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sun, 18 Sep 2005 04:02:38 +0000 Subject: setuptools 0.6a2 release --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041247 --- setuptools.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setuptools.txt') 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) -- cgit v1.2.3