Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jun 21, 2024
1 parent aa313ae commit 5435135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,6 @@ def find_all_files(path: str) -> Iterator[str]:
},
distclass=B2Distribution,
data_files=[
("libtorrent", list(find_all_files("install_data"))),
(".", list(find_all_files("install_data"))),
],
)

0 comments on commit 5435135

Please sign in to comment.