This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-06-24.11:01:52
SpamBayes Score 0.0013211409
Marked as misclassified No
Message-id <1308913313.03.0.248452290669.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-24 11:01:53eric.araujosetrecipients: + eric.araujo, mhammond, vinay.sajip, tim.golden, tarek, alexis
2011-06-24 11:01:53eric.araujosetmessageid: <1308913313.03.0.248452290669.issue12394@psf.upfronthosting.co.za>
2011-06-24 11:01:52eric.araujolinkissue12394 messages
2011-06-24 11:01:52eric.araujocreate