-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Emmanouil Konstantinidis
committed
Dec 20, 2015
1 parent
eb0e571
commit aacb1dd
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |