Fixed setup.py for console usage
This commit is contained in:
parent
67a0cf000a
commit
22a0374ead
3 changed files with 2 additions and 7 deletions
5
setup.py
5
setup.py
|
|
@ -24,11 +24,6 @@ setup(name = 'pixelterm',
|
|||
url = 'https://github.com/jaseg/pixelterm',
|
||||
packages = ['pixelterm'],
|
||||
install_requires=['pillow'],
|
||||
scripts = [ 'pixelterm/pixelterm.py',
|
||||
'pixelterm/unpixelterm.py',
|
||||
'pixelterm/gifterm.py',
|
||||
'pixelterm/colorcube.py',
|
||||
'pixelterm/resolvecolor.py'],
|
||||
entry_points = {'console_scripts': [
|
||||
'pixelterm=pixelterm.pixelterm:main',
|
||||
'unpixelterm=pixelterm.unpixelterm:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue