Skip to content

Commit

Permalink
add testfile to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kahn committed Apr 30, 2022
1 parent 594791c commit b327893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
]


include = ["pyproject.toml", "flake8_debugger.py", "LICENCE"]
include = ["pyproject.toml", "flake8_debugger.py", "LICENCE", "test_linter.py"]

[tool.poetry.plugins."flake8.extension"]
T100 = "flake8_debugger:DebuggerChecker"
Expand Down

0 comments on commit b327893

Please sign in to comment.