diff --git a/pyproject.toml b/pyproject.toml index 66f932a..49a65b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,9 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Libraries" ] +include = [ + {path = "tests", format = "sdist"}, +] [tool.poetry.dependencies] jsonschema = "^4.0.0"