diff --git a/setup.cfg b/setup.cfg index bf82f2e..78316a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Desktop Environment :: File Managers [options] @@ -38,8 +39,10 @@ include= send2trash* [options.extras_require] -win32 = pywin32; sys_platform == "win32" -objc = pyobjc-framework-Cocoa; sys_platform == "darwin" +win32 = + pywin32; sys_platform == "win32" +objc = + pyobjc-framework-Cocoa; sys_platform == "darwin" nativeLib = pywin32; sys_platform == "win32" pyobjc-framework-Cocoa; sys_platform == "darwin"