500
500
For the common case, in ``setup.py``, add a string in the ``console_scripts``
501
501
list of the ``entry_points`` argument. Here's an example string::
505
505
This will create a script named ``run`` in the ``bin`` directory that calls the
506
506
``start_launchpad`` function in the
509
509
See the `zc.recipe.egg documentation`_ for more information on how to add
510
510
scripts using this method.