Skip to content

Commit

Permalink
fix python setup (commaai#2018)
Browse files Browse the repository at this point in the history
* fix

* comment
  • Loading branch information
maxime-desroches authored Sep 11, 2024
1 parent fcccbb3 commit b8a2a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ a.out
*~
.#*
dist/
build/
pandacan.egg-info/
obj/
examples/output.csv
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def find_version(*file_paths):
"numpy",
"ruff",
"spidev",
"setuptools", # for setup.py
],
},
ext_modules=[],
Expand Down

0 comments on commit b8a2a86

Please sign in to comment.