Skip to content

Commit

Permalink
Include unittests in sdist (#106)
Browse files Browse the repository at this point in the history
Include tests in sdist archive to make it possible to use it for
distribution packaging.
  • Loading branch information
mgorny authored Mar 24, 2023
1 parent ae606a9 commit d20a48b
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 @@ -43,6 +43,9 @@ doc = ["sphinx", "sphinxcontrib-trio"]
Documentation = "https://asyncstdlib.readthedocs.io/en/latest/"
Source = "https://github.com/maxfischer2781/asyncstdlib"

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

[tool.mypy]
files = ["asyncstdlib/*.py"]
check_untyped_defs = true
Expand Down

0 comments on commit d20a48b

Please sign in to comment.