The Mailman/bin package's __all__ now contains the list of all command line
commit6b9a4a8a6549558127dd7b8bbb1fd4362716732c
authorBarry Warsaw <barry@python.org>
Thu, 19 Jul 2007 02:55:07 +0000 (18 22:55 -0400)
committerBarry Warsaw <barry@python.org>
Thu, 19 Jul 2007 02:55:07 +0000 (18 22:55 -0400)
tree9b5add16e1e6b0597c2e870ec97a2101b4c4441d
parent50d84950d1060129da8eb3c3c490a7395b0837e5
The Mailman/bin package's __all__ now contains the list of all command line
scripts, and setup will use this to create the console_scripts list.

Put the scripts in their own bin directory so that the installation directory
isn't all cluttered up.  While the reduced clutter is great, the downside is
that PYTHONPATH has to be specified, and 'bin' should really be configurable.
Mailman/bin/__init__.py
setup.py