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

Commit

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

0 comments on commit ef2c113

Please sign in to comment.