Skip to content

Commit e1016b3

Browse files
committed
Include both packages in build
1 parent c68c0ee commit e1016b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.5.1"
44
description = "Per file flake8"
55
authors = ["Gavin Carothers <[email protected]>"]
66
license = "Apache-2.0"
7+
packages = [
8+
{ include = "flake8_per_file" },
9+
{ include = "isort_per_file" },
10+
]
711

812
[tool.poetry.dependencies]
913
python = "^3.6.1"

0 commit comments

Comments
 (0)