From 9893e4372b7510e2c9ac821fd62d65e2835b43a1 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Wed, 8 May 2024 07:51:53 +0000 Subject: [PATCH] removed tests from opackage and try global include requirements --- MANIFEST.IN | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.IN b/MANIFEST.IN index e1a3884..e2cb9a8 100644 --- a/MANIFEST.IN +++ b/MANIFEST.IN @@ -1,5 +1,6 @@ recursive-include scraibe *.py recursive-include scraibe *.yaml -include requirements.txt +recursive-exclude test/* +global-include requirements.txt global-exclude *.pyc -global-exclude __pycache__ \ No newline at end of file +global-exclude __pycache__