Skip to content

Commit b90fcde

Browse files
committed
Fix packages in pyproject.toml
Currently we don't have docs, but we have tests.
1 parent 84a6092 commit b90fcde

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ include pyproject.toml
1818

1919
graft src/graphql_relay
2020
graft tests
21-
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
22-
prune docs/_build
2321

2422
global-exclude *.py[co] __pycache__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
packages = [
2727
{ include = "graphql_relay", from = "src" },
28-
{ include = "docs", format = "sdist" },
28+
{ include = "tests", format = "sdist" },
2929
]
3030

3131
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)