enhancementhelp wanted
仓库指标
- Star
- (7,844 star)
- PR 合并指标
- (平均合并 4天 12小时) (30 天内合并 22 个 PR)
描述
Some packages don't offer console script for various reasons. We should be able to install these, perhaps by generating simpler wrappers that forward the invocation to the module. This could also version qualify installed scripts to ensure the user can explicitly differentiate between multiple version:
Think of:
- tox3.4
- tox3.6
- tox3.7
- tox (links to first target - 37?)
Reference: https://github.com/pypa/pep517/issues/54