1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

Add initial pyobjc version for macOS

This is to help with issue #51.  Will not help in the case of python 2 or
older python 3 version < 3.6.
This commit is contained in:
2021-04-13 22:36:10 -05:00
parent 10c7693d11
commit 530e9b4bc6
4 changed files with 99 additions and 49 deletions

View File

@@ -7,6 +7,7 @@ deps =
flake8
pytest
pywin32; sys_platform == 'win32'
pyobjc-framework-Cocoa; sys_platform == 'darwin'
commands =
flake8
pytest