update excludes

This commit is contained in:
advaithm 2021-04-12 19:43:45 +05:30
parent 413565dbd0
commit d1bf6a6182
1 changed files with 2 additions and 2 deletions

View File

@ -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"]