getting it ready for publishing

This commit is contained in:
KhizarImran
2026-06-21 17:56:41 +01:00
parent cb9bf41ff3
commit 62131a2918
10 changed files with 122 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "backtestingfx"
version = "0.1.0"
description = "FX backtesting library built in Rust"
requires-python = ">=3.9"
dependencies = ["pandas"]
[tool.maturin]
module-name = "backtestingfx._backtestingfx"
features = ["pyo3/extension-module"]