Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 8560bf8

Browse files
author
Samuel Hassine
committed
[client] Fix Setup
1 parent 11f9371 commit 8560bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run(self):
5959
"pika==1.2.0",
6060
"sseclient==0.0.27",
6161
"python-magic==0.4.18;sys.platform=='linux' or sys.platform=='darwin'",
62-
"python-magic-bin==0.4.14;sys.platform=='win32/'",
62+
"python-magic-bin==0.4.14;sys.platform=='win32'",
6363
],
6464
cmdclass={"verify": VerifyVersionCommand},
6565
extras_require={

0 commit comments

Comments
 (0)