[project] name = "atm-backtesting" version = "0.2.0" description = "Jurnal Excel manual pentru backtesting M2D + comparație 3 strategii de management (Hybrid 50/50+BE / TP1-only OCO / TP2-only OCO)" requires-python = ">=3.11" dependencies = [ "openpyxl>=3.1", ] [tool.setuptools] packages = ["scripts"]