From 7e78b011ffc8f3f11c316e3acfeb336dfa3e000d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20G=C3=BCnther?= Date: Tue, 17 Nov 2020 06:13:10 +0100 Subject: [PATCH] Add ".prospector.yaml" to "MANIFEST.in" Forgot that in commit 1da7466[^0]. Should've ran `tox -e check` which would've caught that... narf. [^0]: 1da746659c1a04940d7c42a6a58980cefc537f8f --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 833594cde..bbc657176 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,6 +15,7 @@ include LICENSE include README.rst include tox.ini .travis.yml .appveyor.yml .readthedocs.yml .pre-commit-config.yaml +include .prospector.yaml global-exclude *.py[cod] __pycache__/* *.so *.dylib global-exclude airflow.db logs/**/* unittests.cfg