Update setup.cfg for changes in d37197c, fix #68.

This commit is contained in:
Andrew Senetar 2022-06-01 02:06:14 -05:00
parent 448224954b
commit be402728fb
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 5 additions and 1 deletions

View File

@ -29,10 +29,14 @@ classifiers =
Topic :: Desktop Environment :: File Managers
[options]
packages = send2trash
packages = find:
tests_require = pytest
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
[options.packages.find]
include=
send2trash*
[options.extras_require]
win32 = pywin32; sys_platform == "win32"
objc = pyobjc-framework-Cocoa; sys_platform == "darwin"