Skip to content

Commit 5fa21a2

Browse files
committed
Fix poetry to read right package folder
1 parent e5edcc9 commit 5fa21a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ description = "Python GraphQL Client Library"
55
authors = ["Eran Kampf <eran@ekampf.com>"]
66
license = "MIT"
77
readme = "README.md"
8+
packages = [
9+
{ include="gql", from="." },
10+
]
811

912
[tool.poetry.dependencies]
1013
python = "^3.7"

0 commit comments

Comments
 (0)