diff --git a/pyproject.toml b/pyproject.toml index 6c3aea4d..82c98163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,11 @@ repository = "https://github.com/sdispater/tomlkit" packages = [ {include = "tomlkit"}, - {include = "tests", format = "sdist"} +# {include = "tests", format = "sdist"} ] +include = ['tests'] + [tool.poetry.dependencies] python = "~2.7 || ^3.5"