Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Oct 8, 2024
1 parent 2998752 commit a69bb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave_query/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ def run(self) -> None:

setup(
cmdclass={"build": Build, "editable_wheel": EditableWheel, "sdist": Sdist},
packages=find_namespace_packages(include=["weave*"]),
packages=find_namespace_packages(include=["weave_query*"]),
)

0 comments on commit a69bb8c

Please sign in to comment.