This website works better with JavaScript.
Home
Help
Sign In
arsenetar
/
send2trash
mirror of
https://github.com/arsenetar/send2trash.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
11
Wiki
Activity
Browse Source
Add console_script entry point,
close
#50
pull/55/head
Andrew Senetar
1 month ago
parent
16a7115ff1
commit
00dfe77e40
Signed by:
arsenetar
<
[email protected]
>
GPG Key ID:
C63300DCE48AB2F1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
setup.py
+ 1
- 0
setup.py
View File
@@ -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"]},
)
Write
Preview
Loading…
Cancel
Save