Skip to content

Commit

Permalink
Updated pyproject.toml to fix the changes made in pypa/setuptools#4159
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Jun 22, 2024
1 parent 9ea1dfe commit 3e8422b
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 @@ -50,7 +50,7 @@ doc = [
]

test = [
"mypy", "pylint", "pytest", "aiofiles", "gpib-ctypes", "prologix-gpib-async"
"mypy", "pylint", "pytest", "aiofiles", "gpib-ctypes", "prologix-gpib-async", "setuptools",
]

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

0 comments on commit 3e8422b

Please sign in to comment.