Skip to content

Commit

Permalink
exclude local docs build from sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 11, 2022
1 parent 5432741 commit bde40d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ source-includes = [
"pdm.lock",
"tox.ini",
]
excludes = [
"docs/_build",
]

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand Down

0 comments on commit bde40d1

Please sign in to comment.