Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Nov 15, 2023
1 parent 3a7bd77 commit ac40c36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ dev = [
'ruff==0.1.4'
]

[tool.setuptools.packages.find]
where = [
".",
"simulationparsers",
]

[tool.ruff]
include = ["simulationparsers/*.py", "tests/*.py"]
select = [
Expand Down Expand Up @@ -60,4 +66,4 @@ fixable = ["ALL"]
include = ["simulationparsers*"]

[tool.setuptools.package-data]
electronicparsers = ['*/metadata.yaml', '*/README.md']
simulationparsers = ['*/metadata.yaml', '*/README.md']

0 comments on commit ac40c36

Please sign in to comment.