Skip to content

Commit 936e4d6

Browse files
authored
Include explicit package data (#757)
1 parent 9177f11 commit 936e4d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ classifiers =
2525
zip_safe = False
2626
include_package_data = True
2727
packages = find:
28+
package_dir =
29+
"" = "jupyter_server"
2830
python_requires = >=3.7
2931
install_requires =
3032
jinja2

0 commit comments

Comments
 (0)