From 64655f7ed3cae831e55806d511aeceae4d32a0f7 Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Tue, 26 Jul 2022 19:54:38 +0200 Subject: [PATCH] fix dependency for timeflies example --- examples/timeflies/TimeFlies.fsproj | 2 +- examples/timeflies/pyproject.toml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/timeflies/TimeFlies.fsproj b/examples/timeflies/TimeFlies.fsproj index 4a6f9c6..fdc9409 100644 --- a/examples/timeflies/TimeFlies.fsproj +++ b/examples/timeflies/TimeFlies.fsproj @@ -11,6 +11,6 @@ - + \ No newline at end of file diff --git a/examples/timeflies/pyproject.toml b/examples/timeflies/pyproject.toml index e973101..1efa6e0 100644 --- a/examples/timeflies/pyproject.toml +++ b/examples/timeflies/pyproject.toml @@ -17,9 +17,6 @@ fable-library = {path = "./fable_modules/fable-library", develop = true} fable-python = {path = "./fable_modules/fable-python", develop = true} fsharp-control-async-rx = {path = "./fable_modules/fsharp-control-async-rx", develop = true} -[tool.fable] -package-dir = "." - [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"