fix: repair release workflow

This commit is contained in:
Pratik Bhadane
2026-03-24 11:23:41 +05:30
parent 1f053c1001
commit e4ac7dd4d3
2 changed files with 13 additions and 2 deletions
+7
View File
@@ -7,7 +7,14 @@ resolver = "2"
name = "ferro_ta"
version = "1.0.3"
edition = "2021"
description = "Rust-powered Python technical analysis library with a TA-Lib-compatible API"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pratikbhadane24/ferro-ta"
homepage = "https://github.com/pratikbhadane24/ferro-ta#readme"
documentation = "https://pratikbhadane24.github.io/ferro-ta/"
keywords = ["technical-analysis", "trading", "indicators", "finance", "ta-lib"]
categories = ["finance", "mathematics"]
publish = false
[lib]