Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Apr 18, 2024
1 parent c80add3 commit c25536f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ reportMissingTypeStubs = false
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["chatpdb", "chatpdb.chat", "chatpdb.parsing"]
[tool.setuptools.packages.find]
where = ["chatpdb"]
include = ["*"]
namespaces = false

0 comments on commit c25536f

Please sign in to comment.