Skip to content

Commit

Permalink
fix MANIFEST.in
Browse files Browse the repository at this point in the history
 * fix warning "warning: manifest_maker: MANIFEST.in, line 4: path 'triton/runtime/backends/' cannot end with '/'"
  • Loading branch information
wkpark committed Dec 4, 2023
1 parent 05b491f commit 7147517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7147517

Please sign in to comment.