From 0b636d98d60d6fddd868b879cb291ad974486a8e Mon Sep 17 00:00:00 2001 From: Won-Kyu Park Date: Mon, 4 Dec 2023 12:47:09 +0900 Subject: [PATCH] fix MANIFEST.in * fix warning "warning: manifest_maker: MANIFEST.in, line 4: path 'triton/runtime/backends/' cannot end with '/'" --- python/MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index c8c818919820..f46c7ce67dee 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1,5 +1,5 @@ graft src graft triton/third_party graft triton/tools -graft triton/runtime/backends/ +graft triton/runtime/backends graft triton/language/extra