From 3bbeaebec0a53520523162d5e8d5c6ca02b1b782 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9b4afdf..39bbc36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ classifiers = [options] py_modules = jupyter -packages = jupyter_core, jupyter_core.utils, jupyter_core.tests +packages = find: include_package_data = True python_requires = >=3.6 install_requires =