diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-05 13:00:09 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-05 13:00:09 +0000 |
| commit | 1050d25096da7b54e25222d480c3ec5156fc074f (patch) | |
| tree | 73a3fb65c1454e3299dda47412ffe35015c4411c /setup.cfg | |
| parent | 75d018f63164a9e307c0e7604af903fbbe23c21f (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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
