Skip to content

Commit

Permalink
Include all files from jupyter_core
Browse files Browse the repository at this point in the history
Setuptools is not including `juptyer_core/*py` files.
  • Loading branch information
jonringer committed Mar 8, 2022
1 parent 5ae1159 commit c5c4ead
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.cfg
Expand Up @@ -20,13 +20,18 @@ 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 =
traitlets
pywin32>=1.0 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'

[options.packages.find]
exclude =
examples
jupyter_core.tests

[options.entry_points]
console_scripts =
jupyter = jupyter_core.command:main
Expand Down

0 comments on commit c5c4ead

Please sign in to comment.