Ticket #18911: patch-setup.py.diff
File patch-setup.py.diff, 389 bytes (added by arthur@…, 16 years ago) |
---|
-
setup.py
old new 66 66 fn = os.path.join(documentation_path, fn) 67 67 if os.path.isfile(fn): 68 68 documentation_files.append(fn) 69 data_files.append(('docs ', documentation_files))69 data_files.append(('docs/@@NAME@@', documentation_files)) 70 70 71 71 72 72 setup(