1
0
ミラー元 https://github.com/arsenetar/send2trash.git 前回の同期 2026-04-01 17:51:39 +00:00

Add console_script entry point, close #50

このコミットが含まれているのは:
2021-01-12 18:21:53 -06:00
コミット 00dfe77e40

ファイルの表示

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