Changeset 156 for pykoticon

Show
Ignore:
Timestamp:
06/08/06 18:54:21 (18 years ago)
Author:
jerome
Message:

Ensure that the GNU GPL is included in the Windows binary package.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/setup.py

    r144 r156  
    6161    setupDictionary["windows"] = [ os.path.join("bin", "pykoticon") ] 
    6262    setupDictionary["data_files"].append((directory, [os.path.join("bin", "pykoticon.vbs")])) 
     63    setupDictionary["data_files"].append((directory, [os.path.join(".", "COPYING")])) 
    6364else : 
    6465    setupDictionary["scripts"] = [os.path.join("bin", "pykoticon")]