Skip to content

Commit

Permalink
Use include to reduce amount of files in crates.io package
Browse files Browse the repository at this point in the history
This also removes the non-free NIST dataset from the package
  • Loading branch information
FreezyLemon authored and YeungOnion committed Apr 17, 2024
1 parent f5e238f commit f25de9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ homepage = "https://github.com/boxtown/statrs"
repository = "https://github.com/boxtown/statrs"
edition = "2018"

include = ["CHANGELOG.md", "LICENSE.md", "src/"]

[lib]
name = "statrs"
path = "src/lib.rs"
Expand Down

0 comments on commit f25de9a

Please sign in to comment.