Skip to content

Commit

Permalink
pyproject: Include tests in sdist
Browse files Browse the repository at this point in the history
Include tests in sdist, so that they are part of the signed artifacts.
  • Loading branch information
mgorny committed Sep 27, 2024
1 parent 9fe9d46 commit abe9a59
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 @@ -41,6 +41,9 @@ Source = "https://github.com/trailofbits/rfc8785.py"
[tool.flit.module]
name = "rfc8785"

[tool.flit.sdist]
include = ["test"]

[tool.mypy]
mypy_path = "src"
packages = "rfc8785"
Expand Down

0 comments on commit abe9a59

Please sign in to comment.