1
0
鏡像自 https://github.com/arsenetar/send2trash.git synced 2025-07-02 21:43:22 +00:00

Add console_script entry point, close #50

This commit is contained in:
Andrew Senetar 2021-01-12 18:21:53 -06:00
父節點 16a7115ff1
當前提交 00dfe77e40
簽署人: arsenetar
GPG 金鑰 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"]},
)