Skip to content

Commit

Permalink
Fix pyproject.toml (#8)
Browse files Browse the repository at this point in the history
* pyproject.toml fix

* fix
  • Loading branch information
loubbrad authored Dec 2, 2024
1 parent 5fd15ed commit 7a8b553
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ dev = [
"pytest",
]


[tool.setuptools.packages.find]
where = ["."]
include = ["ariautils*"]
include = ["ariautils", "ariautils.*"]

[tool.setuptools.package-data]
ariautils = ["config/*.json"]
Expand Down Expand Up @@ -67,4 +66,4 @@ explicit_package_bases = true
minversion = "6.0"
addopts = "-ra -q -s"
testpaths = ["tests"]
python_files = ["test_*.py"]
python_files = ["test_*.py"]

0 comments on commit 7a8b553

Please sign in to comment.