diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:29 +0000 |
commit | 94d2563a3569ceda457cedd45ab406129557e2cc (patch) | |
tree | b9d6c077349a57688ffbc934e80af6f54424652e /ptpython.egg-info/entry_points.txt | |
parent | Releasing debian version 3.0.19-2. (diff) | |
download | ptpython-94d2563a3569ceda457cedd45ab406129557e2cc.tar.xz ptpython-94d2563a3569ceda457cedd45ab406129557e2cc.zip |
Merging upstream version 3.0.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 + |