Skip to content

Commit aacb1dd

Browse files
author
Emmanouil Konstantinidis
committed
Improve MANIFEST.in
1 parent eb0e571 commit aacb1dd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

MANIFEST.in

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
include README.md
22
include LICENSE
3+
include MANIFEST.in
34

4-
recursive-include rest_framework_docs/static *
5-
recursive-include rest_framework_docs/templates *.html
5+
global-exclude __pycache__
6+
global-exclude *.py[co]
7+
global-exclude package.json
68

7-
recursive-exclude rest_framework_docs/static/node_modules *.*
8-
recursive-exclude * __pycache__
9-
recursive-exclude * *.py[co]
9+
prune rest_framework_docs/static/node_modules
10+
11+
graft rest_framework_docs/static/rest_framework_docs
12+
graft rest_framework_docs/templates/rest_framework_docs

0 commit comments

Comments
 (0)