Skip to content

Commit

Permalink
fix: include all json schemas in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-adir committed Feb 25, 2024
1 parent 7bce97e commit 47c1a10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ description = "Analysis of beams cross-section using the boundary element method
authors = ["Carlos Adir <carlos.adir.leite@gmail.com>"]
readme = "README.md"
packages = [{ include = "compmec/section", from = "src" }]
include = ["schema/material.json"]
include = ["schema/*.json"]

[tool.setuptools.packages.find]
include = ["src/compmec/section/schema/*.json"]

[tool.poetry.dependencies]
numpy = "^1.0.0"
Expand Down

0 comments on commit 47c1a10

Please sign in to comment.