Skip to content

Commit

Permalink
Fix package include
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Sep 12, 2023
1 parent 67868ca commit bb817fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phidata"
version = "2.0.1"
version = "2.0.2"
description = "AI Toolkit for Engineers"
requires-python = ">=3.7"
readme = "README.md"
Expand Down Expand Up @@ -49,8 +49,8 @@ documentation = "https://docs.phidata.com"
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["phi"]
[tool.setuptools.packages.find]
include = ["phi*"]

[tool.setuptools.package-data]
phi = ["py.typed"]
Expand Down

0 comments on commit bb817fd

Please sign in to comment.