diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-03 12:28:19 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-03 12:28:19 +0000 |
| commit | b9d077c10d0ded84ee91ac375eafb24e1658237d (patch) | |
| tree | de2ab952ebf32d84726ab3f5bf8e0b37e29d6132 /setup.cfg | |
| parent | abe6c5d6ae20a3fd29e30ca73df3a54c8177a69c (diff) | |
Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in a
portable fashion. That took a *lot* longer to debug than I thought it would, so
let's try not to break it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 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/*.txt +doc_files = docs examples extras AUTHORS INSTALL LICENSE README install-script = scripts/rpm-install.sh |
