Fixed script installation
This commit is contained in:
parent
ed223febd6
commit
82cac0a5a2
11 changed files with 80 additions and 55 deletions
15
setup.py
15
setup.py
|
|
@ -22,14 +22,15 @@ setup(name = 'pixelterm',
|
|||
author = 'jaseg',
|
||||
author_email = 'pixelterm@jaseg.net',
|
||||
url = 'https://github.com/jaseg/pixelterm',
|
||||
py_modules = ['pixelterm', 'unpixelterm', 'xtermcolors'],
|
||||
py_modules = ['pixelterm'],
|
||||
install_requires=['pillow'],
|
||||
scripts = ['pixelterm.py',
|
||||
'unpixelterm.py',
|
||||
'colorcube.py',
|
||||
'gifterm.py',
|
||||
'resolvecolor.py',
|
||||
'pngmeta.py'],
|
||||
entry_points = {'console_scripts': [
|
||||
'pixelterm=pixelterm.pixelterm:main',
|
||||
'unpixelterm=pixelterm.unpixelterm:main',
|
||||
'gifterm=pixelterm.gifterm:main',
|
||||
'colorcube=pixelterm.colorcube:main',
|
||||
'resolvecolor=pixelterm.resolvecolor:main',
|
||||
'pngmeta=pixelterm.pngmeta:main']},
|
||||
zip_safe = True,
|
||||
classifiers = [
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue