Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 2, 2023
1 parent 13e70ca commit 117348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ def build(setup_kwargs):
"cmdclass": {"build_ext": ExtBuilder},
"rust_extensions": rust_extensions,
"zip_safe": False,
# "include_package_data": True,
"include_package_data": True,
}
)

0 comments on commit 117348d

Please sign in to comment.