Skip to content

Commit

Permalink
chore: update Cargo.toml to specify included files and repo, note NIS…
Browse files Browse the repository at this point in the history
…T data tests still included
  • Loading branch information
YeungOnion committed Apr 12, 2024
1 parent c50b9b2 commit 297673b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ description = "Statistical computing library for Rust"
license = "MIT"
keywords = ["probability", "statistics", "stats", "distribution", "math"]
categories = ["science"]
homepage = "https://github.com/boxtown/statrs"
repository = "https://github.com/boxtown/statrs"
homepage = "https://github.com/statrs-dev/statrs"
repository = "https://github.com/statrs-dev/statrs"
include = ["src/*.rs", "LICENSE.md"]
edition = "2018"

[lib]
Expand Down

0 comments on commit 297673b

Please sign in to comment.