We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37eac44 commit aec9947Copy full SHA for aec9947
MANIFEST.in
@@ -6,7 +6,7 @@ include CHANGELOG.md
6
include setupbase.py
7
8
# include everything in package_data
9
-include jupyter_server/**/*
+recursive-include jupyter_server *
10
11
# Documentation
12
graft docs
@@ -26,3 +26,5 @@ global-exclude *.pyc
26
global-exclude *.pyo
27
global-exclude .git
28
global-exclude .ipynb_checkpoints
29
+global-exclude .pytest_cache
30
+global-exclude .coverage
0 commit comments