Message138909
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. |
|
Date |
User |
Action |
Args |
2011-06-24 11:01:53 | eric.araujo | set | recipients:
+ eric.araujo, mhammond, vinay.sajip, tim.golden, tarek, alexis |
2011-06-24 11:01:53 | eric.araujo | set | messageid: <1308913313.03.0.248452290669.issue12394@psf.upfronthosting.co.za> |
2011-06-24 11:01:52 | eric.araujo | link | issue12394 messages |
2011-06-24 11:01:52 | eric.araujo | create | |
|