diff options
| author | Tom Christie | 2012-09-20 13:06:27 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-20 13:06:27 +0100 | 
| commit | 4b691c402707775c3048a90531024f3bc5be6f91 (patch) | |
| tree | 3adfc54b0d8b70e4ea78edf7091f7827fa68f47b /MANIFEST.in | |
| parent | a1bcfbfe926621820832e32b0427601e1140b4f7 (diff) | |
| download | django-rest-framework-4b691c402707775c3048a90531024f3bc5be6f91.tar.bz2 | |
Change package name: djangorestframework -> rest_framework
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 5c6a1c57..1c62e2c9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ -recursive-include djangorestframework/static *.ico *.txt *.css -recursive-include djangorestframework/templates *.txt *.html +recursive-include rest_framework/static *.ico *.txt *.css +recursive-include rest_framework/templates *.txt *.html  recursive-include examples .keep *.py *.txt  recursive-include docs *.py *.rst *.html *.txt  include AUTHORS LICENSE CHANGELOG.rst requirements.txt tox.ini  | 
