Merge pull request #128 from sylveon/master

Fix installation via pip
This commit is contained in:
Lazo 2017-11-14 20:24:51 -05:00 committed by GitHub
commit f83821a683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.6
import sys

7
setup.py Normal file → Executable file
View file

@ -50,12 +50,7 @@ Supports ITerm2, Terminology & Tilix.""",
"pokemonterminal": package_data("pokemonterminal", ["Data", "Images"]),
},
entry_points={
"console_scripts": [
"pokemon=pokemonterminal.main:main",
"ichooseyou=pokemonterminal.main:main",
],
},
scripts=['pokemon', 'ichooseyou'],
keywords="pokemon terminal theme style pokemon-terminal",