[issue12394] Packaging should provide better support for executable scripts on Windows

Éric Araujo report at bugs.python.org
Fri Jun 24 13:01:53 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

In the setup.cfg files, scripts will now be a mapping of names to callables, like the setuptools scripts and gui_scripts entry points:

scripts =
    sphinx-build = sphinx.build.run

On UNIX, a Python script named sphinx-build will be created, on Windows, a binary sphinx-build.exe will be created.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12394>
_______________________________________


More information about the Python-bugs-list mailing list