mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Simplify MANIFEST.in
MANIFEST.in: Use 'graft' to include all resources relevant for the application and all tests more generically. Specifically include README.md and LICENSE.md. Follow-up to #7141 which only included tests partially.
This commit is contained in:
parent
0323d6f895
commit
5d93f97923
|
@ -1,8 +1,3 @@
|
|||
include README.md
|
||||
include LICENSE.md
|
||||
recursive-include tests/* *
|
||||
recursive-include rest_framework/static *.js *.css *.png *.ico *.eot *.svg *.ttf *.woff *.woff2
|
||||
recursive-include rest_framework/templates *.html schema.js
|
||||
recursive-include rest_framework/locale *.mo
|
||||
global-exclude __pycache__
|
||||
graft rest_framework
|
||||
include README.md LICENSE.md
|
||||
global-exclude *.py[co]
|
||||
|
|
Loading…
Reference in New Issue
Block a user