Skip to content

Commit

Permalink
include eveything in package_data
Browse files Browse the repository at this point in the history
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
  • Loading branch information
minrk committed Oct 15, 2020
1 parent 0fe43aa commit 51caf3c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ include README.md
include RELEASE.md
include CHANGELOG.md
include setupbase.py
include jupyter_server/i18n/*
include jupyter_server/static/*
include jupyter_server/static/*/*
include jupyter_server/templates/*

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

# Documentation
graft docs
Expand Down

0 comments on commit 51caf3c

Please sign in to comment.