Skip to content

Commit

Permalink
Fix setuptools issue with multiple packages due to assets/
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Apr 18, 2024
1 parent d86b0c1 commit d0dfd92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ reportMissingTypeStubs = false
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["chatpdb"]

0 comments on commit d0dfd92

Please sign in to comment.