mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-03-02 07:11:37 +00:00
@@ -29,10 +29,14 @@ classifiers =
|
|||||||
Topic :: Desktop Environment :: File Managers
|
Topic :: Desktop Environment :: File Managers
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = send2trash
|
packages = find:
|
||||||
tests_require = pytest
|
tests_require = pytest
|
||||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
||||||
|
|
||||||
|
[options.packages.find]
|
||||||
|
include=
|
||||||
|
send2trash*
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
win32 = pywin32; sys_platform == "win32"
|
win32 = pywin32; sys_platform == "win32"
|
||||||
objc = pyobjc-framework-Cocoa; sys_platform == "darwin"
|
objc = pyobjc-framework-Cocoa; sys_platform == "darwin"
|
||||||
|
|||||||
Reference in New Issue
Block a user