Skip to content

Commit

Permalink
Tidy up MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 25, 2022
1 parent 2eef039 commit dc02cdd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include LICENSE *.rst *.txt *.md

recursive-include grapple/templates *
recursive-include grapple/static *
graft grapple

prune **/__pycache__
prune **/.DS_Store

global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store
global-exclude .gitignore

0 comments on commit dc02cdd

Please sign in to comment.