Commit 063a5cd1 authored by Jim Fulton's avatar Jim Fulton

Fixed doc bugs.

parent 88bc77fd
...@@ -77,27 +77,18 @@ Change History ...@@ -77,27 +77,18 @@ Change History
1.0.0a3 1.0.0a3
~~~~~~~ ~~~~~~~
Extra path elements to be included in generated scripts can now be set - Extra path elements to be included in generated scripts can now be
via the extra-paths option. set via the extra-paths option.
No longer implicitly generate py\_ scripts fo reach egg. There is now - No longer implicitly generate py\_ scripts fo reach egg. There is
an interpreter option to generate a script that, when run without now an interpreter option to generate a script that, when run
arguments, launches the Python interactive interpreter with the path without arguments, launches the Python interactive interpreter with
set based on a parts eggs and extra paths. If this script is run with the path set based on a parts eggs and extra paths. If this script
the name of a Python script and arguments, then the given script is is run with the name of a Python script and arguments, then the
run with the path set. given script is run with the path set.
You can now specify explicit entry points. This is useful for use - You can now specify explicit entry points. This is useful for use
with packages that don't declare their own entry points. with packages that don't declare their own entry points.
1.0.0a2
~~~~~~~
Added a new recipe for building custom eggs from source distributions,
specifying custom distutils build_ext options.
1.0.0a3
~~~~~~~
- Added Windows support. - Added Windows support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment