Skip to content

Commit

Permalink
apply pyproject.toml from to python-poetry/poetry#8770
Browse files Browse the repository at this point in the history
  • Loading branch information
bigstones committed Dec 18, 2023
1 parent df208bc commit c9eee3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ readme = "README.md"

packages = [
{include = "fiftyone"},
{include = "fiftyone/recipes", from = "docs/source"},
{include = "fiftyone/tutorials", from = "docs/source"},
{include = "recipes", from = "docs/source", to = "fiftyone"},
{include = "tutorials", from = "docs/source", to = "fiftyone"},
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit c9eee3a

Please sign in to comment.