Skip to content

Commit 51caf3c

Browse files
committed
include eveything in package_data
api.yaml was missing, but I don't think there are any files in here we don't want to exclude explicit excludes might be better for us anyway
1 parent 0fe43aa commit 51caf3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

MANIFEST.in

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ include README.md
44
include RELEASE.md
55
include CHANGELOG.md
66
include setupbase.py
7-
include jupyter_server/i18n/*
8-
include jupyter_server/static/*
9-
include jupyter_server/static/*/*
10-
include jupyter_server/templates/*
7+
8+
# include everything in package_data
9+
include jupyter_server/**/*
1110

1211
# Documentation
1312
graft docs

0 commit comments

Comments
 (0)