From cb1634734b30950ca66cd96e9e4351e401855718 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Tue, 13 Feb 2024 09:50:53 +0000 Subject: [PATCH] added manifest.in to setup action --- MANIFEST.IN | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 MANIFEST.IN diff --git a/MANIFEST.IN b/MANIFEST.IN new file mode 100644 index 0000000..e48ab26 --- /dev/null +++ b/MANIFEST.IN @@ -0,0 +1,4 @@ +recursive-include pyannote *.py +recursive-include pyannote *.yaml +global-exclude *.pyc +global-exclude __pycache__ \ No newline at end of file