From 877272faa058108546d5a99f7a841e3976c23852 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Sun, 25 Aug 2024 02:19:12 -0600 Subject: [PATCH] - Include requirements.txt and requirements-dev.txt in build for hopeful piwheel support --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 34ac68a..eb4aa68 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ include LICENSE include tautulli/API_VERSIONS.json include tautulli/PYTHON_VERSIONS.json +include requirements.txt +include requirements-dev.txt