diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:25 +0000 |
commit | 97570da1e433558f3fffec0f67b6d15a8d36bc05 (patch) | |
tree | 87e8000313403b30628f740be25126fd0c9ad219 /ptpython.egg-info/entry_points.txt | |
parent | Adding upstream version 3.0.19. (diff) | |
download | ptpython-97570da1e433558f3fffec0f67b6d15a8d36bc05.tar.xz ptpython-97570da1e433558f3fffec0f67b6d15a8d36bc05.zip |
Adding upstream version 3.0.20.upstream/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 + |