We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a6092 commit b90fcdeCopy full SHA for b90fcde
MANIFEST.in
@@ -18,7 +18,5 @@ include pyproject.toml
18
19
graft src/graphql_relay
20
graft tests
21
-recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
22
-prune docs/_build
23
24
global-exclude *.py[co] __pycache__
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
]
26
packages = [
27
{ include = "graphql_relay", from = "src" },
28
- { include = "docs", format = "sdist" },
+ { include = "tests", format = "sdist" },
29
30
31
[tool.poetry.dependencies]
0 commit comments