mirror of
https://github.com/django/django.git
synced 2025-10-09 10:10:28 +00:00
Simplified MANIFEST.in
This commit is contained in:
parent
ed7b1bdf01
commit
93fc23b2d5
1 changed files with 8 additions and 8 deletions
16
MANIFEST.in
16
MANIFEST.in
|
@ -6,12 +6,12 @@ include LICENSE.python
|
|||
include MANIFEST.in
|
||||
include package.json
|
||||
include *.rst
|
||||
recursive-include django *
|
||||
graft django
|
||||
prune django/contrib/admin/bin
|
||||
recursive-include docs *
|
||||
recursive-include extras *
|
||||
recursive-include js_tests *
|
||||
recursive-include scripts *
|
||||
recursive-include tests *
|
||||
recursive-exclude * __pycache__
|
||||
recursive-exclude * *.py[co]
|
||||
graft docs
|
||||
graft extras
|
||||
graft js_tests
|
||||
graft scripts
|
||||
graft tests
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[co]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue