-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Hi
Is jsdeps really necessary for building egg_info? On my project, that resulted in computing jsdeps twice, one for egg_info, the second for build_py, and I wonder why this is at all required for egg_info ?
cf in setup.py :
'cmdclass': {
'build_py': js_prerelease(build_py),
'egg_info': js_prerelease(egg_info),
'sdist': js_prerelease(sdist, strict=True),
'jsdeps': NPM,
},
Metadata
Metadata
Assignees
Labels
No labels