We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef5fdb commit ef5bff9Copy full SHA for ef5bff9
setup-win.py
@@ -6,9 +6,9 @@
6
from setuptools.extension import Extension
7
8
# you need to download https://www.jadaktech.com/documentation/rfid/mercuryapi
9
-# https://www.jadaktech.com/wp-content/uploads/2018/11/mercuryapi-1.31.2.zip
+# https://www.jadaktech.com/wp-content/uploads/2019/10/mercuryapi-1.31.1.36-2.zip
10
# FIXME: make sure the patch matches the mercuryapi version you have
11
-mercuryapi = "mercuryapi-1.31.2.40/c/src/"
+mercuryapi = "mercuryapi-1.31.1.36/c/src/"
12
13
setup(name="mercuryapi", version="0.5.3",
14
ext_modules=[Extension("mercury",
0 commit comments