mirror of
https://github.com/manifoldbt/manifoldbt.git
synced 2026-08-25 15:08:03 +00:00
chore: relicense from MIT to Apache 2.0 + Commons Clause
Source-available rather than fully OSI open-source. Use, modify and self-host remain free. Reselling the software or running it as a paid hosted service is now explicitly disallowed by the Commons Clause.
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ name = "manifoldbt"
|
||||
version = "0.4.6"
|
||||
description = "Rust-powered backtesting engine for quantitative research"
|
||||
requires-python = ">=3.9"
|
||||
license = "MIT"
|
||||
license = { file = "LICENSE" }
|
||||
license-files = ["LICENSE"]
|
||||
keywords = ["backtesting", "trading", "quantitative-finance", "rust"]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
|
||||
Reference in New Issue
Block a user