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

Commit cb7c2a7

Browse files
authored
Merge pull request #51 from michele-arrival/manifest_dirlist
fixed .so include path in manifest
2 parents fa463d4 + 33e9e77 commit cb7c2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
recursive-include tensorflow_zero_out/ *.so
2-
recursive-include tensorflow_time_two/ *.so
1+
recursive-include tensorflow_zero_out *.so
2+
recursive-include tensorflow_time_two *.so

0 commit comments

Comments
 (0)