Skip to content

Commit

Permalink
Add console_script entry point, close #50
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenetar committed Jan 13, 2021
1 parent 16a7115 commit 00dfe77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
classifiers=CLASSIFIERS,
extras_require={"win32": ["pywin32"]},
project_urls={"Bug Reports": "https://github.com/arsenetar/send2trash/issues"},
entry_points={"console_scripts": ["send2trash=send2trash.__main__:main"]},
)

0 comments on commit 00dfe77

Please sign in to comment.