Skip to content

Commit 0984338

Browse files
committed
style: remove mention of Python 2
1 parent a2c2a61 commit 0984338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ def better_set_verbosity(v):
9696
},
9797

9898
entry_points={
99-
# Install a script as "coverage", and as "coverage[23]", and as
100-
# "coverage-2.7" (or whatever).
99+
# Install a script as "coverage", and as "coverage3", and as
100+
# "coverage-3.7" (or whatever).
101101
'console_scripts': [
102102
'coverage = coverage.cmdline:main',
103103
'coverage%d = coverage.cmdline:main' % sys.version_info[:1],

0 commit comments

Comments
 (0)