Skip to content

Commit

Permalink
fix python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Nov 28, 2023
1 parent e76b0b8 commit 7a1d411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import setuptools

INCLUDE_FILES = ("../../LICENSE", "__init__.py", "_factory.py", "_falcon.py", "_util.py")
# INCLUDE_LIBS = ('common', 'jetson', 'linux', 'mac', 'raspberry-pi', 'windows')
INCLUDE_LIBS = ('common', 'jetson', 'linux', 'mac', 'raspberry-pi', 'windows')

os.system("git clean -dfx")

Expand Down

0 comments on commit 7a1d411

Please sign in to comment.