Fixed setup.py for package/module error
This commit is contained in:
parent
4d78232432
commit
5355b1d878
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ setup(name = 'pixelterm',
|
|||
author = 'jaseg',
|
||||
author_email = 'pixelterm@jaseg.net',
|
||||
url = 'https://github.com/jaseg/pixelterm',
|
||||
py_modules = ['pixelterm'],
|
||||
packages = ['pixelterm'],
|
||||
install_requires=['pillow'],
|
||||
entry_points = {'console_scripts': [
|
||||
'pixelterm=pixelterm.pixelterm:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue