From 4b691c402707775c3048a90531024f3bc5be6f91 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 20 Sep 2012 13:06:27 +0100 Subject: Change package name: djangorestframework -> rest_framework --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.3