From 25f603c48576f520967183a1e8a8c8cd025e4837 Mon Sep 17 00:00:00 2001 From: Jasper Date: Tue, 13 Dec 2022 14:14:22 +0100 Subject: [PATCH] Add requirement files to MANIFEST.in (#2490) Without this, the source distribution of gluonts don't contain the requirement files, which are needed to execute setup.py --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 26d919f19e..9361ee2700 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include src/gluonts/ext/r_forecast/R/*.R +recursive-include requirements *.txt prune .devtools prune .github