From 49e9c65a8e77a07a57103c00dd48844cdf02a042 Mon Sep 17 00:00:00 2001 From: advaithm Date: Thu, 22 Apr 2021 19:01:36 +0530 Subject: updated pyproject.toml to fix issues with package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da6f860e..73c7a876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ Documentation = "https://archinstall.readthedocs.io/" archinstall = "archinstall:run_as_a_module" [tool.flit.sdist] -include = ["docs/"] +include = ["docs/","profiles"] exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"] [tool.flit.metadata.requires-extra] -- cgit v1.2.3-54-g00ecf