From bcd9c65d7f2c883df62176593fc9319e22060467 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 7 Mar 2022 17:06:10 -0800 Subject: [PATCH] Include all files from `jupyter_core` Setuptools is not including `juptyer_core/*py` files. --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9b4afdf5..591c4787 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,8 @@ classifiers = [options] py_modules = jupyter -packages = jupyter_core, jupyter_core.utils, jupyter_core.tests +packages = find_namespace: + jupyter_core include_package_data = True python_requires = >=3.6 install_requires =