Skip to content

Commit

Permalink
Merge pull request #347 from jasongrout/favicon
Browse files Browse the repository at this point in the history
recursive-include to grab spec.yaml and favicons
  • Loading branch information
Zsailer authored Nov 19, 2020
2 parents 37eac44 + aec9947 commit c7bbafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include CHANGELOG.md
include setupbase.py

# include everything in package_data
include jupyter_server/**/*
recursive-include jupyter_server *

# Documentation
graft docs
Expand All @@ -26,3 +26,5 @@ global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
global-exclude .pytest_cache
global-exclude .coverage

0 comments on commit c7bbafc

Please sign in to comment.