Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace scripts option with entry_points option in setup.py #291

Closed
ietf-svn-bot opened this issue Apr 20, 2015 · 3 comments
Closed

Replace scripts option with entry_points option in setup.py #291

ietf-svn-bot opened this issue Apr 20, 2015 · 3 comments
Labels

Comments

@ietf-svn-bot
Copy link

owner:henrik@levkowetz.com resolution_fixed type_enhancement | by ott@mirix.org


setup.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 2022-02-05 12:40:47 +0000

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Fixed in 85c0903:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant