diff --git a/setup.py b/setup.py index 4128186..d3203a5 100644 --- a/setup.py +++ b/setup.py @@ -37,4 +37,5 @@ setup( classifiers=CLASSIFIERS, extras_require={"win32": ["pywin32"]}, project_urls={"Bug Reports": "https://github.com/arsenetar/send2trash/issues"}, + entry_points={"console_scripts": ["send2trash=send2trash.__main__:main"]}, )