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

Fixed doc bugs.

parent 88bc77fd
......@@ -77,27 +77,18 @@ Change History
1.0.0a3
~~~~~~~
Extra path elements to be included in generated scripts can now be set
via the extra-paths option.
No longer implicitly generate py\_ scripts fo reach egg. There is now
an interpreter option to generate a script that, when run without
arguments, launches the Python interactive interpreter with the path
set based on a parts eggs and extra paths. If this script is run with
the name of a Python script and arguments, then the given script is
run with the path set.
You can now specify explicit entry points. This is useful for use
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
~~~~~~~
- Extra path elements to be included in generated scripts can now be
set via the extra-paths option.
- No longer implicitly generate py\_ scripts fo reach egg. There is
now an interpreter option to generate a script that, when run
without arguments, launches the Python interactive interpreter with
the path set based on a parts eggs and extra paths. If this script
is run with the name of a Python script and arguments, then the
given script is run with the path set.
- You can now specify explicit entry points. This is useful for use
with packages that don't declare their own entry points.
- 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