diff --git a/pyproject.toml b/pyproject.toml index 238f3c1..41033c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,3 +58,10 @@ history_list = "stestr.commands.history:HistoryList" history_show = "stestr.commands.history:HistoryShow" history_remove = "stestr.commands.history:HistoryRemove" +[tool.flit.sdist] +include = [ + ".stestr.conf", + "test-requirements.txt", + "tox.ini", + "tools/find_and_rm.py", +]