summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-05 13:00:09 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-05 13:00:09 +0000
commit1050d25096da7b54e25222d480c3ec5156fc074f (patch)
tree73a3fb65c1454e3299dda47412ffe35015c4411c /setup.cfg
parent75d018f63164a9e307c0e7604af903fbbe23c21f (diff)
Fixed #13153 -- Removed a stale reference to the examples directory in setup.cfg. Thanks to cesar@mifprojects.com for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13487 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