Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 authored Jan 28, 2025
1 parent 397099f commit 5f714fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
def build(setup_kwargs):
setup_kwargs.update(
{
# Doubtful that we need to specify packages here?
# Poetry could probably get this right using pyproject.toml
"packages": ["exact_cover"],
"ext_modules": [exact_cover_impl],
}
Expand Down

0 comments on commit 5f714fa

Please sign in to comment.