From 331ad40c30955a3e6cfee9e012522544c73ed3d4 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 6 Aug 2023 19:55:23 +0200 Subject: [PATCH] [manifest] Ship json from new location --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d095b142..2d400b18 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,4 +4,4 @@ recursive-include doc *.rst *.png recursive-include tests *.py *.png *.csv *.json -recursive-include src/ptbench/data *.json *.json.bz2 +recursive-include src/ptbench/config/data *.json *.json.bz2 -- GitLab