index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-12 19:43:45 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-12 19:43:45 +0530 |
commit | d1bf6a6182ea7c8246d703daf6523e5198f63971 (patch) | |
tree | 84995382c5af79bc5a42a4e4a0041e337f72d109 /pyproject.toml | |
parent | 413565dbd0f4d5f5080f96c1d1ecd0c596e1d95b (diff) |
-rw-r--r-- | pyproject.toml | 4 |
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 |