comparison setup.py @ 233:6be93c73fd59

Include logo license in setup.py
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 23:54:22 +0200
parents 57981202bfa5
children a534629f490f
comparison
equal deleted inserted replaced
232:75033f790e7d 233:6be93c73fd59
107 }}, 107 }},
108 data_files=[ 108 data_files=[
109 # 'COPYRIGHT', 109 # 'COPYRIGHT',
110 'LICENSE.txt', 110 'LICENSE.txt',
111 'README.txt', 111 'README.txt',
112 'CC.txt',
112 ], 113 ],
113 include_package_data=True, 114 include_package_data=True,
114 ) 115 )