updated pyproject.toml to fix issues with package
This commit is contained in:
parent
e63eb26388
commit
49e9c65a8e
|
|
@ -23,7 +23,7 @@ Documentation = "https://archinstall.readthedocs.io/"
|
||||||
archinstall = "archinstall:run_as_a_module"
|
archinstall = "archinstall:run_as_a_module"
|
||||||
|
|
||||||
[tool.flit.sdist]
|
[tool.flit.sdist]
|
||||||
include = ["docs/"]
|
include = ["docs/","profiles"]
|
||||||
exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"]
|
exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"]
|
||||||
|
|
||||||
[tool.flit.metadata.requires-extra]
|
[tool.flit.metadata.requires-extra]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue