Skip to content

Commit 3bbeaeb

Browse files
committed
Include all files from jupyter_core
Setuptools is not including `juptyer_core/*py` files.
1 parent 5ae1159 commit 3bbeaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers =
2020

2121
[options]
2222
py_modules = jupyter
23-
packages = jupyter_core, jupyter_core.utils, jupyter_core.tests
23+
packages = find:
2424
include_package_data = True
2525
python_requires = >=3.6
2626
install_requires =

0 commit comments

Comments
 (0)