mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-27 06:10:29 +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
|
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"]),
|
"pokemonterminal": package_data("pokemonterminal", ["Data", "Images"]),
|
||||||
},
|
},
|
||||||
|
|
||||||
entry_points={
|
scripts=['pokemon', 'ichooseyou'],
|
||||||
"console_scripts": [
|
|
||||||
"pokemon=pokemonterminal.main:main",
|
|
||||||
"ichooseyou=pokemonterminal.main:main",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
keywords="pokemon terminal theme style pokemon-terminal",
|
keywords="pokemon terminal theme style pokemon-terminal",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue