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:
Jimmy7892
2026-04-29 04:07:32 +02:00
parent 6ba4691a02
commit e35d54875c
3 changed files with 225 additions and 19 deletions
+2 -1
View File
@@ -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",