mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 04:13:20 +00:00
Fix installation via pip
This commit is contained in:
parent
f1db84d7d2
commit
0a35a60a9a
2 changed files with 2 additions and 7 deletions
2
pokemon
2
pokemon
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python3.6
|
||||
|
||||
import sys
|
||||
|
||||
|
|
7
setup.py
Normal file → Executable file
7
setup.py
Normal file → Executable 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",
|
||||
|
||||
|
|
Loading…
Reference in a new issue