Skip to content

Commit

Permalink
add tools to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Apr 6, 2024
1 parent 046ce95 commit dade825
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 @@ -78,7 +78,7 @@ useLibraryCodeForTypes = true

pythonVersion = "3.10"
pythonPlatform = "Linux"
include = ["sqlelf", "tests"]
include = ["sqlelf", "tests", "tools"]

[tool.coverage.run]
omit = ["sqlelf/_version.py", "sqlelf/**/__init__.py", "tests/**/__init__.py"]
Expand Down

0 comments on commit dade825

Please sign in to comment.