Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-12 19:43:45 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-12 19:43:45 +0530
commitd1bf6a6182ea7c8246d703daf6523e5198f63971 (patch)
tree84995382c5af79bc5a42a4e4a0041e337f72d109 /pyproject.toml
parent413565dbd0f4d5f5080f96c1d1ecd0c596e1d95b (diff)
update excludes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 330216df..da6f860e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,8 +23,8 @@ Documentation = "https://archinstall.readthedocs.io/"
archinstall = "archinstall:run_as_a_module"
[tool.flit.sdist]
-include = ["doc/"]
-exclude = ["doc/*.html"]
+include = ["docs/"]
+exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"]
[tool.flit.metadata.requires-extra]
doc = ["sphinx"] \ No newline at end of file