Skip to content

Commit 16e4e31

Browse files
jnthjonathanslenders
authored andcommitted
Remove minor python version in entry point.
1 parent 68bf87b commit 16e4e31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
'ptpython = ptpython.entry_points.run_ptpython:run',
3131
'ptipython = ptpython.entry_points.run_ptipython:run',
3232
'ptpython%s = ptpython.entry_points.run_ptpython:run' % sys.version_info[0],
33-
'ptpython%s.%s = ptpython.entry_points.run_ptpython:run' % sys.version_info[:2],
3433
'ptipython%s = ptpython.entry_points.run_ptipython:run' % sys.version_info[0],
35-
'ptipython%s.%s = ptpython.entry_points.run_ptipython:run' % sys.version_info[:2],
3634
]
3735
},
3836
extra_require={

0 commit comments

Comments
 (0)