update excludes
This commit is contained in:
parent
413565dbd0
commit
d1bf6a6182
|
|
@ -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"]
|
||||
Loading…
Reference in New Issue