comparison setup.py @ 169:f1003615a261

Added entry-point info for console scripts.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jan 2014 21:39:18 -0800
parents adc70e861804
children 964fd28e9b39
comparison
equal deleted inserted replaced
168:a71822a4beed 169:f1003615a261
67 'Operating System :: Microsoft :: Windows', 67 'Operating System :: Microsoft :: Windows',
68 'Programming Language :: Python', 68 'Programming Language :: Python',
69 ], 69 ],
70 entry_points={ 70 entry_points={
71 'console_scripts': [ 71 'console_scripts': [
72 'wk = wk:main' 72 'wk = wikked.witch:main'
73 ] 73 ]
74 }, 74 },
75 ) 75 )
76 76