diff --git a/pyproject.toml b/pyproject.toml index 87068b18d..551c0a492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,9 @@ packages = [ { include = "saml2", from = "src" }, { include = "saml2test", from = "src" }, ] +include = [ + { path = "tests", format = "sdist" }, +] [project.scripts] make_metadata = "saml2.tools.make_metadata:main"