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',