mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-08-13 12:08:04 +00:00
getting it ready for publishing
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user