From 78e91cd94009eb6b3d328b217bcff7c514945b8a Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 10 Jun 2022 01:20:23 -0500 Subject: [PATCH] specify pyhf.data pyhf.schemas --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d180b422d1..c89e813bd5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,9 +47,9 @@ install_requires = where = src [options.package_data] -data = +pyhf.data = *.bib -schemas = +pyhf.schemas = * [options.entry_points]