Skip to content

Commit

Permalink
🔧 possibly fix missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 11, 2024
1 parent aa3e382 commit 2dad48e
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 @@ -99,8 +99,8 @@ test = [
requires = ["setuptools>=74"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["froide"]
[tool.setuptools.packages.find]
where = ["froide"]

[tool.ruff]
exclude = ["migrations", "build", "node_modules"]
Expand Down

0 comments on commit 2dad48e

Please sign in to comment.