diff options
| author | Tom Christie | 2012-02-07 08:58:15 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-02-07 08:58:15 +0000 | 
| commit | 15fc26f50b94d41d1024a3f40fe21af5f2d07bfb (patch) | |
| tree | 91233e9e957415dcad8402ae57d48f1216391f9a /MANIFEST.in | |
| parent | 87ef85587dd58afa80ef2955c819c974edaa2cfc (diff) | |
| download | django-rest-framework-15fc26f50b94d41d1024a3f40fe21af5f2d07bfb.tar.bz2 | |
Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150.
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 fc9ce976..5c6a1c57 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ -recursive-include djangorestframework/static *.ico *.txt +recursive-include djangorestframework/static *.ico *.txt *.css  recursive-include djangorestframework/templates *.txt *.html  recursive-include examples .keep *.py *.txt  recursive-include docs *.py *.rst *.html *.txt -include AUTHORS LICENSE requirements.txt tox.ini +include AUTHORS LICENSE CHANGELOG.rst requirements.txt tox.ini  | 
