1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-03-22 22:51:39 +00:00

Add note about pyobjc to README, add extra option

This commit is contained in:
2021-06-22 21:36:14 -05:00
parent d52b4f206c
commit 6612545110
2 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ setup(
description="Send file to trash natively under Mac OS X, Windows and Linux.",
long_description=LONG_DESCRIPTION,
classifiers=CLASSIFIERS,
extras_require={"win32": ["pywin32"]},
extras_require={"win32": ["pywin32"], "objc": ["pyobjc-framework-Cocoa"]},
project_urls={"Bug Reports": "https://github.com/arsenetar/send2trash/issues"},
entry_points={"console_scripts": ["send2trash=send2trash.__main__:main"]},
)