Ticket #18910: patch-setup.py.diff

File patch-setup.py.diff, 408 bytes (added by arthur@…, 15 years ago)

files/patch-setup.py.diff

  • setup.py

    old new  
    6161            fn = os.path.join(documentation_path, fn)
    6262            if os.path.isfile(fn):
    6363                documentation_files.append(fn)
    64     data_files.append(('docs', documentation_files))
     64    data_files.append(('docs/@@NAME@@', documentation_files))
    6565
    6666
    6767def get_terminal_width():