From 28e8e00fb338dfb95d9c946ced96b7e5b2b7a942 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Tue, 21 Jul 2020 10:49:19 +0530 Subject: [PATCH] entry points cli --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 8ecb4ea..f0cb117 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,11 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', ], + entry_points={ + 'console_scripts': [ + 'waybackpy = waybackpy.wrapper:command_line' + ] + }, project_urls={ 'Documentation': 'https://waybackpy.readthedocs.io', 'Source': 'https://github.com/akamhy/waybackpy',