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"