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"
|
archinstall = "archinstall:run_as_a_module"
|
||||||
|
|
||||||
[tool.flit.sdist]
|
[tool.flit.sdist]
|
||||||
include = ["doc/"]
|
include = ["docs/"]
|
||||||
exclude = ["doc/*.html"]
|
exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"]
|
||||||
|
|
||||||
[tool.flit.metadata.requires-extra]
|
[tool.flit.metadata.requires-extra]
|
||||||
doc = ["sphinx"]
|
doc = ["sphinx"]
|
||||||
Loading…
Reference in New Issue