fix python setup (#2018)

* fix

* comment
This commit is contained in:
Maxime Desroches 2024-09-10 21:49:03 -07:00 committed by GitHub
parent fcccbb3a13
commit b8a2a8678f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ a.out
*~ *~
.#* .#*
dist/ dist/
build/
pandacan.egg-info/ pandacan.egg-info/
obj/ obj/
examples/output.csv examples/output.csv

View File

@ -62,6 +62,7 @@ setup(
"numpy", "numpy",
"ruff", "ruff",
"spidev", "spidev",
"setuptools", # for setup.py
], ],
}, },
ext_modules=[], ext_modules=[],