Skip to content

Commit 17ca951

Browse files
authored
[BUILD] Fix install dir exclude setup_tools (#488)
1 parent 2c9a448 commit 17ca951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def get_package_dirs():
685685

686686

687687
def get_packages():
688-
yield from find_packages(where="python")
688+
yield from find_packages(where="python", include=["triton", "triton.*"])
689689

690690
for backend in backends:
691691
yield f"triton.backends.{backend.name}"

0 commit comments

Comments
 (0)