Skip to content

Commit

Permalink
Improve MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanouil Konstantinidis committed Dec 20, 2015
1 parent eb0e571 commit aacb1dd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
include README.md
include LICENSE
include MANIFEST.in

recursive-include rest_framework_docs/static *
recursive-include rest_framework_docs/templates *.html
global-exclude __pycache__
global-exclude *.py[co]
global-exclude package.json

recursive-exclude rest_framework_docs/static/node_modules *.*
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
prune rest_framework_docs/static/node_modules

graft rest_framework_docs/static/rest_framework_docs
graft rest_framework_docs/templates/rest_framework_docs

0 comments on commit aacb1dd

Please sign in to comment.