We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c2a61 commit 0984338Copy full SHA for 0984338
setup.py
@@ -96,8 +96,8 @@ def better_set_verbosity(v):
96
},
97
98
entry_points={
99
- # Install a script as "coverage", and as "coverage[23]", and as
100
- # "coverage-2.7" (or whatever).
+ # Install a script as "coverage", and as "coverage3", and as
+ # "coverage-3.7" (or whatever).
101
'console_scripts': [
102
'coverage = coverage.cmdline:main',
103
'coverage%d = coverage.cmdline:main' % sys.version_info[:1],
0 commit comments