We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5edcc9 commit 5fa21a2Copy full SHA for 5fa21a2
1 file changed
pyproject.toml
@@ -5,6 +5,9 @@ description = "Python GraphQL Client Library"
5
authors = ["Eran Kampf <eran@ekampf.com>"]
6
license = "MIT"
7
readme = "README.md"
8
+packages = [
9
+ { include="gql", from="." },
10
+]
11
12
[tool.poetry.dependencies]
13
python = "^3.7"
0 commit comments