summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-05 13:01:10 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-05 13:01:10 +0000
commite10e3007d19ac1feba4d8c124f60446ecb1ace2c (patch)
treec28eeb9fdcebfee9b7d7e3704a8433dd9aea734c /setup.cfg
parent908b91b69ebdc5947bdb8944b143835e1d7d2126 (diff)
[1.2.X] Fixed #13153 -- Removed a stale reference to the examples directory in setup.cfg. Thanks to cesar@mifprojects.com for the report.
Backport of r13487 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 99bc60c9a3..37cc9a592f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
[bdist_rpm]
-doc_files = docs examples extras AUTHORS INSTALL LICENSE README
+doc_files = docs extras AUTHORS INSTALL LICENSE README
install-script = scripts/rpm-install.sh