diff options
Diffstat (limited to 'ptpython.egg-info/entry_points.txt')
-rw-r--r-- | ptpython.egg-info/entry_points.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ptpython.egg-info/entry_points.txt b/ptpython.egg-info/entry_points.txt new file mode 100644 index 0000000..c8c4061 --- /dev/null +++ b/ptpython.egg-info/entry_points.txt @@ -0,0 +1,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 + |