Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Exclude tests from builds (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Feb 7, 2024
1 parent 8cb7c5c commit 503cdcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pylibwholegraph/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def run(self):
include=[
"pylibwholegraph",
"pylibwholegraph.*",
]
],
exclude=["*tests*"],
),
package_data={
"pylibwholegraph": ["VERSION", "torch_cpp_ext/*.cpp",
Expand Down

0 comments on commit 503cdcd

Please sign in to comment.