Skip to content

Commit 15d2f04

Browse files
committed
Fix gnureadline install on macOS
1 parent eb93434 commit 15d2f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ classifiers = [
3535
"Topic :: Software Development :: Libraries :: Python Modules",
3636
]
3737
dependencies = [
38-
"gnureadline; os_name=='darwin'",
38+
"gnureadline; platform_system == 'Darwin'",
3939
"pyperclip",
40-
"pyreadline3; os_name=='nt'",
40+
"pyreadline3; platform_system == 'Windows'",
4141
"wcwidth",
4242
]
4343

0 commit comments

Comments
 (0)