Cleanup: remove embedded options project and adopt src layout for FX engine

This commit is contained in:
Pramit Dutta
2026-03-30 17:48:16 +05:30
parent bfd32becc7
commit df23dd03c3
98 changed files with 19 additions and 2367 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ dev = [
]
[tool.setuptools.packages.find]
where = ["."]
where = ["src"]
include = ["fx_quant_engine*"]
[tool.pytest.ini_options]