Skip to content

Commit

Permalink
chore: Flit 3.8+ and recursive exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 22, 2023
1 parent f454d74 commit 5d7ecef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit-core >= 3.4"]
requires = ["flit-core >= 3.8"]
build-backend = "flit_core.buildapi"

[project]
Expand Down Expand Up @@ -79,7 +79,7 @@ build = "build.__main__:entrypoint"

[tool.flit.sdist]
include = ["tests/", ".gitignore", "CHANGELOG.rst", "docs/", ".dockerignore", "tox.ini"]
exclude = ["tests/__pycache__", "docs/_build"]
exclude = ["**/__pycache__", "docs/_build"]


[tool.coverage.run]
Expand Down

0 comments on commit 5d7ecef

Please sign in to comment.