From 7e48b4049ab51bd74e95928d4f151b3bcbd5c585 Mon Sep 17 00:00:00 2001 From: Kajsa <58070002+keriksson-rosenqvist@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:58:35 +0200 Subject: [PATCH] Update MANIFEST.in Added missing .pre-commit-hooks.yaml to fix broken external usage --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 0c43f759..ff0977c9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,6 +13,7 @@ include test/iso_8859_1.py include test/fake_configuration/.pep8 include test/fake_pycodestyle_configuration/tox.ini include tox.ini +include .pre-commit-hooks.yaml recursive-exclude test/suite *.py recursive-exclude test/suite/out *.py exclude .travis.yml