From 00dfe77e4087cd5286a191ca6fb99e9d45af7338 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Tue, 12 Jan 2021 18:21:53 -0600 Subject: [PATCH] Add console_script entry point, close #50 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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"]}, )