Skip to content

Commit

Permalink
Fix another version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Dec 3, 2019
1 parent 7ef5fdb commit ef5bff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-win.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from setuptools.extension import Extension

# you need to download https://www.jadaktech.com/documentation/rfid/mercuryapi
# 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
# FIXME: make sure the patch matches the mercuryapi version you have
mercuryapi = "mercuryapi-1.31.2.40/c/src/"
mercuryapi = "mercuryapi-1.31.1.36/c/src/"

setup(name="mercuryapi", version="0.5.3",
ext_modules=[Extension("mercury",
Expand Down

0 comments on commit ef5bff9

Please sign in to comment.