diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-05 13:01:10 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-05 13:01:10 +0000 |
| commit | e10e3007d19ac1feba4d8c124f60446ecb1ace2c (patch) | |
| tree | c28eeb9fdcebfee9b7d7e3704a8433dd9aea734c /setup.cfg | |
| parent | 908b91b69ebdc5947bdb8944b143835e1d7d2126 (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.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 |
