Skip to content

Commit d20a48b

Browse files
authored
Include unittests in sdist (#106)
Include tests in sdist archive to make it possible to use it for distribution packaging.
1 parent ae606a9 commit d20a48b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ doc = ["sphinx", "sphinxcontrib-trio"]
4343
Documentation = "https://asyncstdlib.readthedocs.io/en/latest/"
4444
Source = "https://github.com/maxfischer2781/asyncstdlib"
4545

46+
[tool.flit.sdist]
47+
include = ["unittests"]
48+
4649
[tool.mypy]
4750
files = ["asyncstdlib/*.py"]
4851
check_untyped_defs = true

0 commit comments

Comments
 (0)