Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Fix "keyword argument repeated" error when running setup.py. #14

Closed
wants to merge 2 commits into from

Conversation

synthead
Copy link

This commit fixes the "keyword argument repeated" error when running setup.py:

  File "setup.py", line 45
    include_dirs=["WiringPi/wiringPi"],
       ^
SyntaxError: keyword argument repeated

I simply removed the offending line as include_dirs=['WiringPi/wiringPi','WiringPi/devLib'], was already in the _wiringpi2 object. My guess is that this was broken in a merge somewhere.

@Gadgetoid Gadgetoid closed this Feb 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants