Skip to content

Commit

Permalink
fix(build): Fix syntax in setup.cfg, add python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenetar committed Apr 27, 2023
1 parent 1625d56 commit 0244f53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -38,8 +39,10 @@ include=
send2trash*

[options.extras_require]
win32 = pywin32; sys_platform == "win32"
objc = pyobjc-framework-Cocoa; sys_platform == "darwin"

This comment has been minimized.

Copy link
@anyadbuzi69

anyadbuzi69 Sep 25, 2023

itjhu8h7 kurva

win32 =
pywin32; sys_platform == "win32"
objc =
pyobjc-framework-Cocoa; sys_platform == "darwin"
nativeLib =
pywin32; sys_platform == "win32"
pyobjc-framework-Cocoa; sys_platform == "darwin"
Expand Down

1 comment on commit 0244f53

@anyadbuzi69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anyadbuzi69

Please sign in to comment.