blob: c8c4061c5846104427396ddd10fefc4c4c53893c (
plain)
1
2
3
4
5
6
7
8
|
[console_scripts]
ptipython = ptpython.entry_points.run_ptipython:run
ptipython3 = ptpython.entry_points.run_ptipython:run
ptipython3.9 = ptpython.entry_points.run_ptipython:run
ptpython = ptpython.entry_points.run_ptpython:run
ptpython3 = ptpython.entry_points.run_ptpython:run
ptpython3.9 = ptpython.entry_points.run_ptpython:run
|