updated pyproject.toml to fix issues with package

This commit is contained in:
advaithm 2021-04-22 19:01:36 +05:30
parent e63eb26388
commit 49e9c65a8e
No known key found for this signature in database
GPG Key ID: E557E45E6DAFFC0C
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Documentation = "https://archinstall.readthedocs.io/"
archinstall = "archinstall:run_as_a_module"
[tool.flit.sdist]
include = ["docs/"]
include = ["docs/","profiles"]
exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"]
[tool.flit.metadata.requires-extra]