Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerMoens committed Jan 29, 2024
1 parent 75af055 commit 24f3d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# extras_require["complete"] = sorted({v for req in extras_require.values() for v in req})

packages = [
"hannibalspecter",
"hannibalspecter.decomposition",
"hannibalspecter.math",
"src",
"src.decomposition",
"src.math",
]

tests = [p + ".tests" for p in packages]
Expand Down

0 comments on commit 24f3d07

Please sign in to comment.