Skip to content

Commit

Permalink
Add setuptools to test reqirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Jun 20, 2024
1 parent bb2f542 commit 71ed10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ doc = [
]

test = [
"mypy", "pylint", "pytest",
"mypy", "pylint", "pytest", "setuptools"
]

[tool.pylint.'MESSAGES CONTROL']
Expand Down

0 comments on commit 71ed10c

Please sign in to comment.