Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489b56e commit 0152fbdCopy full SHA for 0152fbd
1 file changed
Lib/distutils/command/bdist_rpm.py
@@ -189,7 +189,7 @@ def finalize_package_data (self):
189
if type(self.doc_files) is ListType:
190
for readme in ('README', 'README.txt'):
191
if os.path.exists(readme) and readme not in self.doc_files:
192
- self.doc.append(readme)
+ self.doc_files.append(readme)
193
194
self.ensure_string('release', "1")
195
self.ensure_string('serial') # should it be an int?
0 commit comments