Add console_script entry point, close #50

pull/47/head^2
Andrew Senetar 3 years ago
parent 16a7115ff1
commit 00dfe77e40
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1

@ -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"]},
)

Loading…
Cancel
Save