Closed hassanakbar4 closed 3 years ago
@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed status from new
to closed
@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed resolution from ` to
fixed`
@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented
Fixed in [1938]:
Changed setup.py to use the entry_points option instead of the scripts option, in order to work better on mswin systems. Fixes issue #291.
component_Version 2 cli
resolution_fixed
type_enhancement
| by ott@mirix.orgsetup.py uses the scripts option to install the xml2rfc script. Under Microsoft Windows this has the disadvantage that Windows is not able to directly execute the script. setuptools is able to generate an executable if the entry_points is used.
Issue migrated from trac:291 at 2021-10-20 18:19:21 +0500