Skip to content

Commit

Permalink
setup update to download .pth
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphonsce committed Apr 22, 2024
1 parent d8d6ad0 commit 7a93b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self):

package_data={
# 'tree_ring_watermark': ['src/tree_ring_watermark/open_clip/bpe_simple_vocab_16e6.txt.gz', 'src/tree_ring_watermark/open_clip/model_configs/*.json']
"": ["*.gz", "*.json"]
"": ["*.gz", "*.json", "*.pth"]
},

python_requires=">=3.7.0",
Expand Down

0 comments on commit 7a93b90

Please sign in to comment.