From e5ec8e16eae9d5edd79e470ca19a126071eb9397 Mon Sep 17 00:00:00 2001 From: Da Yan Date: Sat, 13 Aug 2022 16:38:31 -0700 Subject: [PATCH] [BUILD] Fix setup.py (#45) --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 7a90f0951..472a59601 100644 --- a/python/setup.py +++ b/python/setup.py @@ -128,7 +128,7 @@ setup( author_email="phil@openai.com", description="A language and compiler for custom Deep Learning operations", long_description="", - packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/ops", "triton/ops/blocksparse"], + packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/ops", "triton/runtime", "triton/ops/blocksparse"], install_requires=[ "cmake", "filelock",