From 0aa0a7615196dbc5ad58fb10c0d03627a6e7c189 Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Wed, 12 Jul 2023 12:03:34 -0400 Subject: [PATCH] [O] Exclude irrelevant files Fixes #149 --- MANIFEST.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 542e0239..5bccc004 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,9 @@ include hyfetch/scripts/* + +recursive-exclude tools * +recursive-exclude .github * +recursive-exclude .vscode * +exclude .gitignore +exclude .gitattributes +exclude package.json +exclude CONTRIBUTING.md \ No newline at end of file