Skip to content

Commit

Permalink
Change the license to apache license 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed May 3, 2024
1 parent d327681 commit 612be0d
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 680 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "dectree-rs"
description = "A decision tree implementation in Rust"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Clement Wanjau <clementwanjau@gmail.com>"]
readme = "readme.md"
repository = "https://github.com/clementwanjau/dectree-rs"
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["decision-tree", "bytes-signatures"]
Loading

0 comments on commit 612be0d

Please sign in to comment.