Skip to content

Commit

Permalink
🔧 fix missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 11, 2024
1 parent 7437e29 commit 8d60bac
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 @@ -27,5 +27,5 @@ dependencies = [
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

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

0 comments on commit 8d60bac

Please sign in to comment.