Skip to content

Commit

Permalink
update pyproject.toml for package_dir include
Browse files Browse the repository at this point in the history
  • Loading branch information
bigstones committed Dec 9, 2023
1 parent bcf0cc9 commit 77693dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ authors = ["None"]
license = "Apache License Version 2.0"
readme = "README.md"

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

[tool.poetry.dependencies]
python = "^3.8,<3.11"
aiofiles = "0.7.0"
Expand Down

0 comments on commit 77693dc

Please sign in to comment.