mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-03-12 14:44:35 +00:00
fix(build): Fix syntax in setup.cfg, add python 3.11
This commit is contained in:
parent
1625d56345
commit
0244f53e2e
@ -26,6 +26,7 @@ classifiers =
|
|||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
|
Programming Language :: Python :: 3.11
|
||||||
Topic :: Desktop Environment :: File Managers
|
Topic :: Desktop Environment :: File Managers
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
@ -38,8 +39,10 @@ include=
|
|||||||
send2trash*
|
send2trash*
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
win32 = pywin32; sys_platform == "win32"
|
win32 =
|
||||||
objc = pyobjc-framework-Cocoa; sys_platform == "darwin"
|
pywin32; sys_platform == "win32"
|
||||||
|
objc =
|
||||||
|
pyobjc-framework-Cocoa; sys_platform == "darwin"
|
||||||
nativeLib =
|
nativeLib =
|
||||||
pywin32; sys_platform == "win32"
|
pywin32; sys_platform == "win32"
|
||||||
pyobjc-framework-Cocoa; sys_platform == "darwin"
|
pyobjc-framework-Cocoa; sys_platform == "darwin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user