Skip to content

Commit

Permalink
Adds json to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jevandezande committed Sep 9, 2024
1 parent 40d2e14 commit 2379484
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 @@ -28,6 +28,9 @@ include = ["stjames", "stjames.*"] # package names should match these glob patt
exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)

[tool.setuptools.package-data]
"*" = ["*.json"]

[tool.ruff]
line-length = 160

Expand Down

0 comments on commit 2379484

Please sign in to comment.