From ee6d691c515c888a5bfce369e2e9270a622923c0 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Trevisani Date: Thu, 27 Feb 2020 10:42:00 +0000 Subject: [PATCH] Exclude files from release --- MANIFEST.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 6004b4df2..853395b4d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,12 @@ include LICENSE include README.rst include grayskull/license/data/* +exclude .github +exclude azure-pipelines.yml +exclude .gitignore +exclude .pre-commit-config.yaml +exclude .flake8 +exclude .coveragerc +exclude .isort.cfg recursive-exclude * __pycache__ recursive-exclude * *.py[co]