Skip to content

Commit

Permalink
chore: make cargo publish smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Mar 20, 2024
1 parent 9e29925 commit 9a96cb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ tch = ["dep:tch", "burn/tch"]
burn = ["dep:burn"]


# exclude python vignettes and docs from cargo publish since they are too large
[package]
exclude = ["py-ft/docs/.*"]

# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
Expand Down

0 comments on commit 9a96cb3

Please sign in to comment.