Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-22 19:01:36 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-22 19:01:36 +0530
commit49e9c65a8e77a07a57103c00dd48844cdf02a042 (patch)
tree499bd365a332342492ce9903a648100dc1425c9b /pyproject.toml
parente63eb26388eee05ba625b55ae1a1883e9ea340c1 (diff)
updated pyproject.toml to fix issues with package
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index da6f860e..73c7a876 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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]