Ticket #18910: patch-setup.py.diff
File patch-setup.py.diff, 408 bytes (added by arthur@…, 16 years ago) |
---|
-
setup.py
old new 61 61 fn = os.path.join(documentation_path, fn) 62 62 if os.path.isfile(fn): 63 63 documentation_files.append(fn) 64 data_files.append(('docs ', documentation_files))64 data_files.append(('docs/@@NAME@@', documentation_files)) 65 65 66 66 67 67 def get_terminal_width():