Skip to content

Commit aec9947

Browse files
bollwyvljasongrout
authored andcommitted
recursive-include to grab spec.yaml
1 parent 37eac44 commit aec9947

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include CHANGELOG.md
66
include setupbase.py
77

88
# include everything in package_data
9-
include jupyter_server/**/*
9+
recursive-include jupyter_server *
1010

1111
# Documentation
1212
graft docs
@@ -26,3 +26,5 @@ global-exclude *.pyc
2626
global-exclude *.pyo
2727
global-exclude .git
2828
global-exclude .ipynb_checkpoints
29+
global-exclude .pytest_cache
30+
global-exclude .coverage

0 commit comments

Comments
 (0)