From 67d9830a494705b9eda66fd04e5b8304b74213f0 Mon Sep 17 00:00:00 2001 From: Dustin Bleile Date: Tue, 20 Aug 2024 16:26:38 -0700 Subject: [PATCH] SDEV-4431 - bugfix - content.spec.json not in distribution --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b26b858..0665a40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,7 @@ dev = mypy [options.package_data] -pori_python.ipr = pori/ipr/content.spec.json, py.typed +pori_python.ipr = pori_python/ipr/content.spec.json, py.typed pori_python.graphkb = py.typed [options.entry_points]