enhancementhelp wanted
Repository metrics
- Stars
- (7,844 stars)
- PR merge metrics
- (平均マージ 4d 12h) (30d で 22 merged PRs)
説明
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