Skip to content

Commit

Permalink
Solve issue with python port install.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 11, 2024
1 parent 9a982a1 commit 6a9b97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ports/py_port/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}

# Exclude base packages
exclude_packages = ['contrib', 'docs', 'tests', 'CMakeLists.txt']
exclude_packages = ['contrib', 'docs', 'test', 'CMakeLists.txt']

# TODO: Review helper
# # Detect if metacall port is already installed
Expand Down

0 comments on commit 6a9b97c

Please sign in to comment.