1
0
zrcadlo https://github.com/arsenetar/send2trash.git synchronizováno 2025-07-05 23:13:21 +00:00

Add console_script entry point, close #50

Tento commit je obsažen v:
Andrew Senetar 2021-01-12 18:21:53 -06:00
rodič 16a7115ff1
revize 00dfe77e40
Podepsáno: arsenetar
ID GPG klíče: C63300DCE48AB2F1

Zobrazit soubor

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