Skip to content

Commit

Permalink
cgat/Components/connected_components.h missing in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Nov 29, 2024
1 parent 0bdd0b9 commit 519b544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
extensions = [
Extension(
'cgat.Components',
['cgat/Components/Components.pyx', 'cgat/Components/connected_components.cpp'],
['cgat/Components/Components.pyx', 'cgat/Components/connected_components.cpp', 'cgat/Components/connected_components.h'],
include_dirs=[os.path.join('cgat', 'Components')] + conda_includes,
language="c++",
),
Expand Down

0 comments on commit 519b544

Please sign in to comment.