Skip to content

Commit

Permalink
The final linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 11, 2024
1 parent bd7ff8b commit b6aa098
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
scripts = [str(p) for p in Path("bin").iterdir() if p.name != "i-pi-driver"]

setup(
packages=[
*find_packages(exclude=["ipi_tests*"])
],
packages=[*find_packages(exclude=["ipi_tests*"])],
scripts=scripts,
)

0 comments on commit b6aa098

Please sign in to comment.