Fixed setup.py for console usage
This commit is contained in:
parent
67a0cf000a
commit
22a0374ead
3 changed files with 2 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os, sys, argparse, os.path, json, time, signal, atexit
|
||||
import pixelterm
|
||||
from pixelterm import pixelterm
|
||||
from PIL import Image, GifImagePlugin, ImageSequence
|
||||
|
||||
clear_screen = '\033[H\033[2J'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import xtermcolors
|
||||
from pixelterm import xtermcolors
|
||||
|
||||
reset_sequence = '\033[39;49m'
|
||||
|
||||
|
|
|
|||
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