Skip to content

Commit

Permalink
pyproject.toml: include .flake8 configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi authored and miketheman committed Aug 28, 2021
1 parent 56352bd commit 828f884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include = [
{ path = "tests", format = "sdist" },
{ path = "pytest.ini", format = "sdist" },
{ path = ".coveragerc", format = "sdist" },
{ path = ".flake8", format = "sdist" },
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 828f884

Please sign in to comment.